Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102116
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102116 Iccanobirt numbers (6 of 15): a(n) = R(a(n-1)) + R(a(n-2)) + a(n-3), where R is the digit reversal function A004086. +0
6
0, 0, 1, 1, 2, 4, 7, 13, 42, 62, 63, 104, 499, 1458, 9639, 18409, 101308, 903221, 943819, 1141966, 8512981, 9527388, 11871383, 55668051, 62931854, 72771964, 148399704, 517843422, 705114520, 398159926, 1173206822, 3621090124, 6895084900 (list; graph; listen)
OFFSET

0,5

COMMENT

Digit reversal variation of Tribonacci numbers A000073.

Inspired by Iccanobif numbers: A001129, A014258-A014260.

FORMULA

A004086(a(n)) = A102124(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]]+R[a[n-2]]+a[n-3]; Table[a[n], {n, 0, 40}]

CROSSREFS

Cf. A102111-A102125.

Sequence in context: A024826 A102114 A102115 this_sequence A102117 A101838 A030135

Adjacent sequences: A102113 A102114 A102115 this_sequence A102117 A102118 A102119

KEYWORD

nonn,base,easy

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Dec 30 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 30 22:12 EST 2008. Contains 150989 sequences.


AT&T Labs Research