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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153867 Primes of the form : sum of four consecutive Fibonacci numbers is prime number. 6
7, 11, 29, 47, 199, 521, 2207, 3571, 9349, 3010349, 54018521, 370248451, 6643838879, 119218851371, 5600748293801, 688846502588399, 32361122672259149, 412670427844921037470771 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

1+1+2+3=7, 1+2+3+5=11, 3+5+8+13=29, 5+8+13+21=47, 21+34+55+89=199,...

FORMULA

a(n)=A005479(n+2). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jan 05 2009]

MATHEMATICA

a=0; b=1; c=1; lst={}; Do[d=Fibonacci[n]; p=a+b+c+d; If[PrimeQ[p], AppendTo[lst, p]]; a=b; b=c; c=d, {n, 3, 6!}]; lst

CROSSREFS

Cf. A000045, A001906, A000071, A001605, A153862, A153863, A153865, A153866

Sequence in context: A023254 A129807 A045461 * A153325 A109907 A121534

Adjacent sequences:  A153864 A153865 A153866 * A153868 A153869 A153870

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 03 2009

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:09 EST 2012. Contains 205663 sequences.