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!)
A139511 Primes of the form x^2 + 31x*y + y^2 for x and y nonnegative. 1
67, 103, 181, 199, 223, 313, 397, 463, 487, 499, 631, 643, 661, 691, 709, 883, 991, 1021, 1039, 1093, 1153, 1213, 1321, 1483, 1543, 1567, 1741, 1747, 1753, 1831, 1879, 2017, 2029, 2083, 2113, 2137, 2179, 2203, 2269, 2311, 2377, 2539, 2557, 2677, 2731 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
a = {}; w = 31; k = 1; Do[Do[If[PrimeQ[n^2 + w*n*m + k*m^2], AppendTo[a, n^2 + w*n*m + k*m^2]], {n, m, 400}], {m, 1, 400}]; Union[a] (*Artur Jasinski*)
CROSSREFS
Sequence in context: A140541 A136077 A180521 * A142193 A141889 A289518
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 24 2008
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 5 10:46 EDT 2024. Contains 372275 sequences. (Running on oeis4.)