login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A103766
Primes equal to the sum of two integers squares, integers whose sum form prime(n) congruent to 1 (mod 4).
0
17, 97, 257, 641, 1297, 881, 2417
OFFSET
1,1
EXAMPLE
a(1)=17 because 4^2+1^2=17 and 4+1=prime(3)=5;
a(2)=97 because 9^2+4^2=97 and 9+4=prime(6)=13;
a(3)=257 because 16^2+1^2=257 and 16+1=prime(7)=17.
CROSSREFS
Sequence in context: A081593 A078901 A078902 * A165347 A008514 A152913
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Mar 29 2005
STATUS
approved