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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135724 Fibonacci numbers whose indices are prime Fiboncacci numbers: a(n)=Fibonacci[A001605(n)]. 0
1, 2, 5, 233, 1779979416004714189, 2211236406303914545699412969744873993387956988653, 253382418464509732373532537534332147054154157773059562510966346297110975381527 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The only known prime numbers in this sequence are 2,5,233.

MATHEMATICA

a = {}; b = {}; Do[If[PrimeQ[c = Fibonacci[n]], w = Fibonacci[Fibonacci[n]]; AppendTo[a, w]; AppendTo[b, n]], {n, 1, 31}]; a (*Artur Jasinski*)

CROSSREFS

Cf. A000045, A135723, A134787, A134788, A134789, A134790.

Sequence in context: A084297 A041873 A072118 * A137068 A137066 A175977

Adjacent sequences:  A135721 A135722 A135723 * A135725 A135726 A135727

KEYWORD

nonn,base

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 26 2007

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