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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105756 Indices of prime Fibonacci 5-step numbers, A001591. 1
3, 7, 8, 25, 146, 169, 182, 751, 812, 1507, 1591, 3157, 3752, 10651, 12740 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

No other n < 44000.

REFERENCES

Tony D. Noe and Jonathan Vos Post, Primes in Fibonacci n-step and Lucas n-step Sequences, Journal of Integer Sequences, Vol. 8 (2005), Article 05.4.4.

LINKS

Eric Weisstein's World of Mathematics, Fibonacci n-Step Number

MATHEMATICA

a={1, 0, 0, 0, 0}; lst={}; Do[s=Plus@@a; a=RotateLeft[a]; a[[ -1]]=s; If[PrimeQ[s], AppendTo[lst, n]], {n, 44000}]; lst

CROSSREFS

Cf. A105757 (prime Fibonacci 5-step numbers).

Sequence in context: A037208 A102007 A152486 * A152057 A177689 A191611

Adjacent sequences:  A105753 A105754 A105755 * A105757 A105758 A105759

KEYWORD

nonn

AUTHOR

T. D. Noe (noe(AT)sspectra.com), Apr 22 2005

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 14 18:47 EST 2012. Contains 205663 sequences.