The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A121606 Indices n such that A018910[n] = (Fibonacci[n+3] + 2) are primes. 1
1, 2, 5, 11, 19, 37, 73, 85, 155, 193, 227, 233, 257, 785, 797, 1277, 2371, 2771, 4213, 9107 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A018910[n] is Pisot sequence L(4,5). Prime Pisot L(4,5) numbers are A018910[a(n)] = Fibonacci[a(n) + 3 ] + 2 = {5,7,23,379,17713,102334157,...} = A121605[n]. Most listed a(n) are prime except a(8),a(9),a(14),a(18).
LINKS
MATHEMATICA
Do[f=Fibonacci[n+3]+2; If[PrimeQ[f], Print[n]], {n, 1, 3000}]
Select[Range[10000], PrimeQ[Fibonacci[#+3]+2]&] (* Harvey P. Dale, Jul 01 2019 *)
CROSSREFS
Sequence in context: A319859 A156768 A134694 * A166164 A097008 A276591
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 09 2006
EXTENSIONS
More terms from Harvey P. Dale, Jul 01 2019
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 May 27 00:30 EDT 2024. Contains 372847 sequences. (Running on oeis4.)