OFFSET
0,2
COMMENTS
A061681 gives iteration when starting with 1.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
FORMULA
a(n) = n + A000030(n).
PROG
(Haskell)
a182324 n = n + a000030 n
(Magma) [0] cat [n+d[#d] where d is Intseq(n): n in [1..65]]; // Bruno Berselli, Apr 25 2012
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Reinhard Zumkeller, Apr 24 2012
STATUS
approved