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!)
A139498 Primes of the form x^2 + 17x*y + y^2 for x and y nonnegative. 1
19, 61, 139, 199, 229, 271, 349, 499, 541, 571, 619, 631, 691, 709, 739, 769, 859, 919, 1051, 1069, 1201, 1279, 1429, 1489, 1531, 1621, 1669, 1759, 1831, 1879, 1999, 2011, 2221, 2239, 2251, 2281, 2341, 2551, 2671, 2791, 2851, 2971, 3019, 3049, 3079, 3121 (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 = 17; 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: A127854 A338299 A092327 * A106087 A341081 A201812
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 July 31 12:02 EDT 2024. Contains 374800 sequences. (Running on oeis4.)