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.
%I A161611 #13 Mar 04 2024 01:10:17 %S A161611 53,139,953,44771,189653,1494692464747,26821168009247, %T A161611 49900729438853608883,5173807429197933544505507, %U A161611 235602509965217050702320581591948981 %N A161611 Primes that are a sum of 7 consecutive Fibonacci numbers. %F A161611 {prime(j): prime(j) = A022096(k) for some k>4}. [_R. J. Mathar_, Jun 18 2009] %e A161611 a(1) = 53 = 1+2+3+5+8+13+21 is prime; %e A161611 a(2) = 139 = 3+5+8+13+21+34+55 is prime. %t A161611 Select[Total/@Partition[Fibonacci[Range[200]],7,1],PrimeQ] (* _Harvey P. Dale_, Oct 14 2022 *) %K A161611 nonn %O A161611 1,1 %A A161611 _Vladimir Joseph Stephan Orlovsky_, Jun 14 2009