The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A102119 Iccanobirt numbers (9 of 15): a(n) = R(a(n-1) + a(n-2) + R(a(n-3))), where R is the digit reversal function A004086. 6
0, 0, 1, 1, 2, 4, 7, 31, 24, 26, 36, 401, 994, 8541, 9369, 90481, 803101, 122309, 918349, 6691411, 1892158, 8837259, 38317811, 15086655, 45813926, 46917727, 407993841, 224348715, 25411507, 629951893, 2286023711, 6507846892, 9250302919 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Digit reversal variation of tribonacci numbers A000073.
Inspired by Iccanobif numbers: A001129, A014258-A014260.
LINKS
FORMULA
a(n) = A004086(A102111(n)).
MATHEMATICA
R[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Clear[a]; a[0]=0; a[1]=0; a[2]=1; a [n_]:=a[n]=R[a[n-1]+a[n-2]+R[a[n-3]]]; Table[a[n], {n, 0, 40}]
CROSSREFS
Sequence in context: A242020 A047904 A102118 * A102121 A102120 A280820
KEYWORD
nonn,base,easy
AUTHOR
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 May 25 22:01 EDT 2024. Contains 372806 sequences. (Running on oeis4.)