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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105761 Prime Fibonacci 7-step numbers, A066178. 0
2, 127, 31489 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The next term is the 30673-digit probable prime 59456197869789581...206057955817 that is the 102490th term of the heptanacci sequence (using the definition in Noe-Post and Weisstein). This is too large to include here.

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, 0, 0}; lst={}; Do[s=Plus@@a; a=RotateLeft[a]; a[[ -1]]=s; If[PrimeQ[s], AppendTo[lst, s]], {n, 100}]; lst

CROSSREFS

Sequence in context: A075596 A092832 A181001 * A157473 A004864 A106319

Adjacent sequences:  A105758 A105759 A105760 * A105762 A105763 A105764

KEYWORD

bref,nonn

AUTHOR

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

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 17 13:28 EST 2012. Contains 206031 sequences.