login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135724 Fibonacci numbers whose indices are prime Fibonacci numbers: a(n) = Fibonacci(A001605(n)). 0
1, 2, 5, 233, 1779979416004714189, 2211236406303914545699412969744873993387956988653 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The only known prime numbers in this sequence are 2,5,233.
The next term (a(6)) has 334 digits. - Harvey P. Dale, Apr 28 2023
LINKS
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 *)
Fibonacci[#]&/@Select[Fibonacci[Range[20]], PrimeQ] (* Harvey P. Dale, Apr 28 2023 *)
CROSSREFS
Sequence in context: A041873 A072118 A249180 * A137068 A137066 A175977
KEYWORD
nonn,base
AUTHOR
Artur Jasinski, Nov 26 2007
EXTENSIONS
Corrected by Harvey P. Dale, Apr 28 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 08:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)