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.

A251056 Numbers n such that n^2 is a sum of 8 consecutive primes.

This page as a plain text file.
%I A251056 #30 Nov 28 2018 15:29:01
%S A251056 38,414,466,514,714,844,850,1076,1136,1186,1370,1512,1544,1580,1600,
%T A251056 1700,1844,1900,1918,2028,2114,2250,2304,2320,2330,2364,2396,2404,
%U A251056 2450,2674,2846,2894,3076,3314,3346,3506,3612,3622,3676,3718,3774,3866,3912,3966,4012,4126,4506,4700
%N A251056 Numbers n such that n^2 is a sum of 8 consecutive primes.
%H A251056 Zak Seidov, <a href="/A251056/b251056.txt">Table of n, a(n) for n = 1..10000</a>
%e A251056 38^2 = 1444 = prime(38) + ... + prime(45) = 163 + 167 + 173 + 179 + 181 + 191 + 193 + 197,
%e A251056 414^2 = 171396 = prime(2401) + ... + prime(2408) = 21391 + 21397 + 21401 + 21407 + 21419 + 21433 + 21467 + 21481.
%t A251056 Sqrt[#]&/@Select[Total/@Partition[Prime[Range[250000]],8,1], IntegerQ[ Sqrt[#]]&] (* _Harvey P. Dale_, Nov 28 2018 *)
%Y A251056 Cf. A074924, A051395, A252018, A252019, A252066.
%K A251056 nonn
%O A251056 1,1
%A A251056 _Zak Seidov_, Dec 14 2014