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.

A216018 Primes that are the sum of 80001 consecutive primes.

This page as a plain text file.
%I A216018 #12 Sep 06 2022 13:39:55
%S A216018 39076768033,39093097261,39098200721,39103304281,39119636629,
%T A216018 39152305189,39176810611,39179874161,39184980227,39188043949,
%U A216018 39193150379,39238094759,39245246203,39268746499,39301447721,39315756017,39321888839,39347446037,39351535633,39389369473
%N A216018 Primes that are the sum of 80001 consecutive primes.
%H A216018 Syed Iddi Hasan, <a href="/A216018/b216018.txt">Table of n, a(n) for n = 1..10000</a>
%t A216018 Select[Total/@Partition[Prime[Range[81000]],80001,1],PrimeQ] (* _Harvey P. Dale_, Sep 06 2022 *)
%Y A216018 Cf. A215991.
%K A216018 nonn
%O A216018 1,1
%A A216018 _Syed Iddi Hasan_, Aug 30 2012
%E A216018 More terms added from b-file by _Andrew Howroyd_, Feb 19 2018