cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A161611 Primes that are a sum of 7 consecutive Fibonacci numbers.

Original entry on oeis.org

53, 139, 953, 44771, 189653, 1494692464747, 26821168009247, 49900729438853608883, 5173807429197933544505507, 235602509965217050702320581591948981
Offset: 1

Views

Author

Keywords

Examples

			a(1) = 53 = 1+2+3+5+8+13+21 is prime;
a(2) = 139 = 3+5+8+13+21+34+55 is prime.
		

Programs

  • Mathematica
    Select[Total/@Partition[Fibonacci[Range[200]],7,1],PrimeQ] (* Harvey P. Dale, Oct 14 2022 *)

Formula

{prime(j): prime(j) = A022096(k) for some k>4}. [R. J. Mathar, Jun 18 2009]