login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014259 Iccanobif numbers: add reversal of a(n-1) to a(n-2). 4
0, 1, 1, 2, 3, 5, 8, 13, 39, 106, 640, 152, 891, 350, 944, 799, 1941, 2290, 2863, 5972, 5658, 14537, 79199, 113734, 516510, 129349, 1460431, 1469990, 2460072, 4170632, 4820786, 11040916, 66724797, 90783682, 95363506, 151320041, 235386657 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

MATHEMATICA

a[0] = 0; a[1] = 1; a[n_] := a[n] = FromDigits[ Reverse[ IntegerDigits[ a[n - 1]]]] + a[n - 2]; Table[ a[n], {n, 0, 36}] (Robert G. Wilson v)

CROSSREFS

Cf. A001129, A014258, A014260.

See A000045 for the Fibonacci numbers.

Sequence in context: A115212 A158083 A042163 * A001129 A041957 A096095

Adjacent sequences:  A014256 A014257 A014258 * A014260 A014261 A014262

KEYWORD

base,nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:59 EST 2012. Contains 205694 sequences.