login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A121103
a(1)=1; a(n) = the reversal of (a(n-1) + sfd(a(n-1))), where sfd(n)= sum of factorials of the digits of n.
1
1, 2, 4, 82, 40404, 87404, 318231, 765853, 971218, 2649731, 4048103, 848804, 318969, 6775801, 3407286, 9933543, 56495601, 78106865, 70149187, 49426507, 81359794, 56013128, 99245065, 21817999, 30025922, 63988303, 26523446
OFFSET
1,2
LINKS
MATHEMATICA
NestList[IntegerReverse[#+Total[IntegerDigits[#]!]]&, 1, 30] (* Harvey P. Dale, May 05 2023 *)
CROSSREFS
Cf. A061602.
Sequence in context: A076961 A012439 A012435 * A018397 A259137 A009217
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Aug 12 2006
STATUS
approved