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”).

A325071
Prime numbers congruent to 1 modulo 20 representable by both x^2 + 20*y^2 and x^2 + 100*y^2.
3
101, 181, 401, 461, 521, 541, 761, 941, 1021, 1061, 1361, 1601, 1621, 1721, 1741, 1861, 2081, 2441, 2621, 2801, 2861, 3001, 3121, 3301, 3461, 3581, 3821, 3881, 4001, 4021, 4201, 4441, 4561, 4621, 4861, 5021, 5081, 5101, 5261, 5281, 5441, 5741, 5861, 5981, 6221
OFFSET
1,1
COMMENTS
Brink showed that prime numbers congruent to 1 modulo 20 are representable by both or neither of the quadratic forms x^2 + 20*y^2 and x^2 + 100*y^2. This sequence corresponds to those representable by both, and A325072 corresponds to those representable by neither.
LINKS
David Brink, Five peculiar theorems on simultaneous representation of primes by quadratic forms, Journal of Number Theory 129(2) (2009), 464-468, doi:10.1016/j.jnt.2008.04.007, MR 2473893.
EXAMPLE
Regarding 1601:
- 1601 is a prime number,
- 1601 = 80*20 + 1,
- 1601 = 39^2 + 20*2^2 = 1^2 + 100*4^2,
- hence 1601 belongs to this sequence.
PROG
(PARI) See Links section.
CROSSREFS
See A325067 for similar results.
Sequence in context: A107209 A076613 A045978 * A238671 A269575 A177032
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Mar 27 2019
STATUS
approved