The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107169 Primes of the form 3x^2 + 20y^2. 4
3, 23, 47, 83, 107, 167, 227, 263, 347, 383, 443, 467, 503, 563, 587, 647, 683, 743, 827, 863, 887, 947, 983, 1103, 1163, 1187, 1223, 1283, 1307, 1367, 1427, 1487, 1523, 1583, 1607, 1667, 1787, 1823, 1847, 1907, 2003, 2027, 2063, 2087, 2207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Discriminant = -240. See A107132 for more information.
Except for 3, also primes of the forms 2x^2 + 2xy + 23y^2 (A139831) and 8x^2 + 4xy + 23y^2. See A140633. - T. D. Noe, May 19 2008
LINKS
Vincenzo Librandi and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi]
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
FORMULA
Except for 3, the primes are congruent to {23, 47} (mod 60). - T. D. Noe, May 02 2008
MATHEMATICA
QuadPrimes2[3, 0, 20, 10000] (* see A106856 *)
PROG
(Magma) [3] cat [p: p in PrimesUpTo(3000) | p mod 60 in [23, 47]]; // Vincenzo Librandi, Jul 25 2012
(PARI) list(lim)=my(v=List([3]), t); forprime(p=23, lim, t=p%60; if(t==23||t==47, listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 10 2017
CROSSREFS
Cf. A139827.
Sequence in context: A187094 A060651 A146592 * A297956 A298772 A298579
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 13 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 03:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)