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!)
A139496 Primes of the form x^2 + 13x*y + y^2 for x and y nonnegative. 1
31, 181, 199, 229, 331, 379, 421, 499, 619, 631, 661, 691, 709, 751, 829, 859, 991, 1021, 1039, 1171, 1279, 1291, 1321, 1489, 1549, 1609, 1621, 1699, 1741, 1831, 1879, 1951, 2011, 2029, 2161, 2179, 2269, 2281, 2311, 2341, 2539, 2671, 2689, 2731, 2971 (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 = 13; 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: A142140 A331759 A325080 * A145838 A243522 A227523
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)