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”).

A321009
a(1)=2; thereafter a(n) is obtained by applying Eric Angelini's remove-repeated-digits map, x->A320486(x), to n*a(n-1), stopping when 0 is reached.
1
2, 4, 12, 48, 240, 10, 70, 560, 54, 540, 5940, 71280, 9240, 129360, 19, 304, 5168, 93024, 145, 29, 609, 198, 0
OFFSET
1,1
REFERENCES
Eric Angelini, Posting to Sequence Fans Mailing List, Oct 24 2018
EXAMPLE
a(5)=240, so for a(6) we compute 6*240 = 1440 which becomes 10 = a(6).
CROSSREFS
KEYWORD
nonn,base,fini,full
AUTHOR
N. J. A. Sloane, Nov 03 2018
STATUS
approved