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.

A127341 Primes that can be written as the sum of 13 consecutive primes.

This page as a plain text file.
%I A127341 #14 Aug 13 2021 15:20:47
%S A127341 691,863,983,1153,1283,1553,1621,1753,1823,2111,2239,2311,2963,3191,
%T A127341 3617,3853,4099,4357,4519,4597,4999,5081,5393,5471,5623,5693,5849,
%U A127341 6229,6491,6971,7349,7673,8123,8191,8669,8933,9391,10141,10499,10949,11273
%N A127341 Primes that can be written as the sum of 13 consecutive primes.
%H A127341 Syed Iddi Hasan, <a href="/A127341/b127341.txt">Table of n, a(n) for n = 1..10000</a>
%e A127341 691 = prime(10) + prime(11) + ... + prime(22) = 29 + 31 + ... + 79.
%t A127341 Select[Table[Sum[Prime[i], {i, n, n + 12}], {n, 1, 150}], PrimeQ[ # ] &]
%t A127341 Select[Total/@Partition[Prime[Range[200]],13,1],PrimeQ] (* _Harvey P. Dale_, Aug 13 2021 *)
%Y A127341 Cf. A034962, A034965, A082246, A082251, A127340.
%K A127341 nonn
%O A127341 1,1
%A A127341 _Artur Jasinski_, Jan 11 2007
%E A127341 Edited by _Stefan Steinerberger_, Jul 31 2007