login
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.

 

Logo


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107137 Primes of the form 2x^2 + 15y^2. 2
2, 17, 23, 47, 113, 137, 167, 233, 257, 263, 353, 383, 503, 593, 617, 647, 743, 857, 863, 887, 953, 977, 983, 1097, 1103, 1193, 1217, 1223, 1367, 1433, 1487, 1553, 1583, 1607, 1697, 1823, 1847, 1913, 2063, 2087, 2153, 2207, 2273, 2297, 2393 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Discriminant = -120. See A107132 for more information.

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

The primes are congruent to {2, 17, 23, 47, 113} (mod 120). - T. D. Noe, May 02 2008

MATHEMATICA

QuadPrimes2[2, 0, 15, 10000] (* see A106856 *)

PROG

(MAGMA) [ p: p in PrimesUpTo(3000) | p mod 120 in {2, 17, 23, 47, 113} ]; // Vincenzo Librandi, Jul 24 2012

(PARI) list(lim)=my(v=List([2]), s=[17, 23, 47, 113]); forprime(p=11, lim, if(setsearch(s, p%120), listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Feb 09 2017

CROSSREFS

Cf. A139827.

Sequence in context: A105901 A154963 A049562 * A086322 A164275 A284646

Adjacent sequences:  A107134 A107135 A107136 * A107138 A107139 A107140

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 | Recent
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified October 27 01:02 EDT 2020. Contains 338035 sequences. (Running on oeis4.)