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!)
A139507 Primes of the form x^2 + 27x*y + y^2 for x and y nonnegative. 1
29, 59, 199, 239, 281, 349, 419, 431, 439, 521, 571, 631, 719, 811, 821, 919, 941, 1009, 1019, 1021, 1039, 1069, 1151, 1231, 1301, 1321, 1459, 1579, 1789, 1831, 1861, 1889, 1949, 1979, 2029, 2039, 2089, 2111, 2141, 2269, 2311, 2411, 2441, 2609, 2659, 2789 (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 = 27; 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: A129813 A060229 A326897 * A196940 A104119 A356717
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 18 08:08 EDT 2024. Contains 371769 sequences. (Running on oeis4.)