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!)
A248757 Indices of prime Fibonacci 5-step numbers, A001591. 3
6, 10, 11, 28, 149, 172, 185, 754, 815, 1510, 1594, 3160, 3755, 10654, 12743, 71807, 155957 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is similar to A105756 but uses the indexing scheme defined by A001591 whose indices start with 0.
a(18) > 2*10^5.
LINKS
Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, J. of Integer Sequences, Vol. 8 (2005), Article 05.4.4
Eric Weisstein's World of Mathematics, Fibonacci n-Step Number
FORMULA
a(n) = A105756 (n) + 3.
MATHEMATICA
a = {0, 0, 0, 0, 1}; For[n = 5, n ≤ 1000, n++, sum = Plus @@ a;
If[PrimeQ[sum], Print[n]]; a = RotateLeft[a]; a[[5]] = sum]
CROSSREFS
Sequence in context: A277597 A068442 A096549 * A136812 A109397 A133210
KEYWORD
nonn,more
AUTHOR
Robert Price, Oct 13 2014
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 June 30 07:39 EDT 2024. Contains 373861 sequences. (Running on oeis4.)