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!)
A102123 Iccanobirt numbers (13 of 15): a(n) = R(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, 42, 26, 711, 761, 49, 279, 8811, 1651, 44311, 38141, 55006, 45901, 34108, 990681, 161132, 5891031, 6129461, 8041777, 45820251, 74839842, 60558487, 202825861, 635089352, 309192535, 7549098331, 8252802091 (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(A102115(n)).
MATHEMATICA
R[n_]:=FromDigits[Reverse[IntegerDigits[n]]]; Clear[a]; a[0]=0; a[1]=0; a[2]=1; a [n_]:=a[n]=R[R[a[n-1]]+a[n-2]+R[a[n-3]]]; Table[a[n], {n, 0, 40}]
CROSSREFS
Sequence in context: A280820 A280377 A102122 * A102125 A102124 A280713
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 April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)