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

A219908
Primes of the form 4*x^2+2*x*y+7*y^2, for x >= 0, y >= 0.
3
7, 13, 73, 79, 151, 163, 193, 211, 241, 349, 367, 379, 421, 463, 523, 571, 607, 613, 619, 709, 757, 769, 883, 907, 937, 967, 1063, 1087, 1123, 1201, 1213, 1249, 1279, 1297, 1321, 1453, 1483, 1489, 1609, 1621, 1741, 1759, 1783, 1879, 1987, 2029, 2053, 2131, 2161, 2293, 2371, 2377, 2389, 2473, 2521, 2539, 2551
OFFSET
1,1
COMMENTS
These primes do not have 2 as a cubic residue. - Arkadiusz Wesolowski, May 30 2015
LINKS
W. C. Jagy, Problem 11539, Amer. Math. Monthly, 119 (2012), 884-885.
PROG
(Haskell)
a219908 n = a219907_list !! (n-1)
a219908_list = filter ((== 1) . a010051') a219907_list
-- Reinhard Zumkeller, Dec 15 2012
CROSSREFS
Cf. A010051.
Sequence in context: A159198 A373543 A106976 * A098478 A174878 A177198
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 14 2012
STATUS
approved