login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Primes that are the sum of 8 but not fewer squared primes.
3

%I #13 Mar 30 2012 17:28:50

%S 811,1657,2131,2137,3323,3331,3457,4177,5003,5011,5843,5851,5857,6091,

%T 6691,7177,7411,7417,7523,7537,8363,8377,8731,8737,8963,8971,9203,

%U 9697,9923,9931,10883,10891,11243,11251,11257,11731,12577,12697,13411,13417,13523,13537,13883,14011,14243,14251

%N Primes that are the sum of 8 but not fewer squared primes.

%C Primes in A183215.

%H Dmitry Kamenetsky, <a href="/A183216/a183216.java.txt">Java program</a>

%e 811 is in the sequence because 811 is prime and 811 = 2^2 + 3^2 + 7^2 + 11^2 + 11^2 + 13^2 + 13^2 + 13^2.

%Y Cf. A183214, A183215.

%K nonn

%O 1,1

%A _Dmitry Kamenetsky_, Jan 01 2011