OFFSET
1,1
COMMENTS
See Schut (1991) for precise definition.
Ignoring repetitions, the subsequence of A201821 of terms ending in 4. - Eric M. Schmidt, Jul 18 2015
REFERENCES
C. P. Schut, Idempotents. Report AM-R9101, Centrum voor Wiskunde en Informatica, Amsterdam, 1991.
LINKS
Eric M. Schmidt, Table of n, a(n) for n = 1..1000
PROG
(Sage) def a(n) : return Integer(crt(0, 1, 2^n, 3^n).str(6)) # Eric M. Schmidt, Jul 18 2015
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Jul 13 2015
EXTENSIONS
Corrected and extended by Eric M. Schmidt, Jul 18 2015
STATUS
approved