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!)
A161611 Primes that are a sum of 7 consecutive Fibonacci numbers. 1
53, 139, 953, 44771, 189653, 1494692464747, 26821168009247, 49900729438853608883, 5173807429197933544505507, 235602509965217050702320581591948981 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{prime(j): prime(j) = A022096(k) for some k>4}. [R. J. Mathar, Jun 18 2009]
EXAMPLE
a(1) = 53 = 1+2+3+5+8+13+21 is prime;
a(2) = 139 = 3+5+8+13+21+34+55 is prime.
MATHEMATICA
Select[Total/@Partition[Fibonacci[Range[200]], 7, 1], PrimeQ] (* Harvey P. Dale, Oct 14 2022 *)
CROSSREFS
Sequence in context: A044685 A239721 A142259 * A251076 A142043 A175600
KEYWORD
nonn
AUTHOR
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 April 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)