login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A209878 RATS: Reverse Add Then Sort the digits applied to previous term, starting with 20169. 7
20169, 111267, 337788, 1122255, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666, 1111113, 2222244, 4446666 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A114613(1) = 20169 is the smallest starting number for a RATS trajectory leading to a cycle of length 3: A114611(20169) = 3;
a(n + 3) = a(n) for n > 4.
LINKS
Eric Weisstein's World of Mathematics, RATS Sequence
FORMULA
a(n + 1) = A036839(a(n)).
MATHEMATICA
Join[{20169, 111267, 337788, 1122255}, LinearRecurrence[{0, 0, 1}, {4446666, 1111113, 2222244}, 25]] (* Ray Chandler, Aug 25 2015 *)
PROG
(Haskell)
a209878 n = a209878_list !! (n-1)
a209878_list = iterate a036839 20169
CROSSREFS
Sequence in context: A235520 A235651 A114613 * A031682 A052358 A052189
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Mar 14 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:36 EDT 2024. Contains 371970 sequences. (Running on oeis4.)