Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A007570
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A007570 F(F(n)), where F is a Fibonacci number.
(Formerly M1537)
+0
17
0, 1, 1, 1, 2, 5, 21, 233, 10946, 5702887, 139583862445, 1779979416004714189, 555565404224292694404015791808, 2211236406303914545699412969744873993387956988653 (list; graph; listen)
OFFSET

0,5

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

E. A. Parberry, Two recursion relations for F(F(n)), Fib. Quart., 15 (1977), 122 and 139.

LINKS

T. D. Noe, Table of n, a(n) for n=0..17

C. Street, A Recurrence for the Sequence {F(F(n)),n=>0}

MATHEMATICA

F[0] = 0; F[1] = 1; F[n_] := F[n] = F[n - 1] + F[n - 2]; Table[ F[ F[n] ], {n, 0, 14} ]

PROGRAM

(Other) sage: [fibonacci(fibonacci(n)) for n in xrange(0, 14)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Nov 30 2009]

CROSSREFS

Cf. A000045.

Cf. A005371

Sequence in context: A117261 A108021 A162437 this_sequence A025559 A072961 A042557

Adjacent sequences: A007567 A007568 A007569 this_sequence A007571 A007572 A007573

KEYWORD

nonn,nice,easy,new

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Robert G. Wilson v (rgwv(AT)rgwv.com)

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 5 23:38 EST 2009. Contains 170428 sequences.


AT&T Labs Research