OFFSET
0,2
COMMENTS
a(n) mod 5 repeats 1,2,4,3. - Robert Israel, Aug 04 2019
REFERENCES
S. R. Finch, Mathematical Constants, Cambridge, 2003, Section 2.24.
LINKS
MAPLE
f:= n -> n + convert(convert(n, base, 6), `+`):
A[0]:= 1:
for n from 1 to 100 do A[n]:= f(A[n-1]) od:
seq(A[i], i=0..100); # Robert Israel, Aug 04 2019
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Neven Juric, Apr 11 2008
STATUS
approved