Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144288
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144288 Fibonacci rabbit sequence number n coded in base n, also diagonal of A144287. +0
2
1, 2, 10, 276, 81901, 2247615258, 81658169024988865, 644986443956439734064225751112, 3427833941153173630835645403655873661712817810325122 (list; graph; listen)
OFFSET

1,2

FORMULA

See program.

MAPLE

f:= proc(n, b) option remember; if n=0 then [0, 0] elif n=1 then [1, 1] else [f(n-1, b)[1] *b^f(n-1, b)[2] +f(n-2, b)[1], f(n-1, b)[2] +f(n-2, b)[2]] fi end: a:= n-> f(n, n)[1]: seq (a(n), n=1..11);

CROSSREFS

Cf. A000045, A005203, A005205, A061107, A036299, A144287.

Sequence in context: A134473 A005154 A074056 this_sequence A003047 A028580 A098706

Adjacent sequences: A144285 A144286 A144287 this_sequence A144289 A144290 A144291

KEYWORD

base,nice,nonn

AUTHOR

Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 17 2008

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 December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research