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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014258 Iccanobif numbers: add previous two terms and reverse the sum. 29
0, 1, 1, 2, 3, 5, 8, 31, 93, 421, 415, 638, 3501, 9314, 51821, 53116, 739401, 715297, 8964541, 8389769, 1345371, 415379, 570671, 50689, 63126, 518311, 734185, 6942521, 6076767, 88291031, 89776349, 83760871, 22735371, 242694601 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

N. J. A. Sloane, Table of n, a(n) for n = 1..200

N. J. A. Sloane, Transforms

MAPLE

with(transforms); f:=proc(n) option remember; if n <= 1 then n else digrev(f(n-1)+f(n-2)); fi; end; [seq(f(n), n=0..50)];

MATHEMATICA

Clear[ BiF ]; BiF[ 0 ]=0; BiF[ 1 ]=1; BiF[ n_Integer ] := BiF[ n ]=Plus@@(IntegerDigits[ BiF[ n-2 ]+BiF[ n-1 ], 10 ]//(#*Array[ 10^#&, Length[ # ], 0 ])&); Array[ BiF, 40, 0 ]

CROSSREFS

Cf. A000045, A001129, A014259, A014260.

Sequence in context: A041331 A004091 A072210 * A177195 A178355 A059359

Adjacent sequences:  A014255 A014256 A014257 * A014259 A014260 A014261

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 23:53 EST 2012. Contains 205860 sequences.