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!)
A139504 Primes of the form x^2 + 24x*y + y^2 for x and y nonnegative. 1
53, 113, 157, 181, 257, 269, 313, 389, 433, 521, 641, 653, 757, 797, 829, 881, 1013, 1049, 1093, 1109, 1153, 1193, 1213, 1277, 1301, 1433, 1453, 1609, 1621, 1637, 1741, 1873, 1901, 1973, 2029, 2161, 2237, 2297, 2341, 2357, 2473, 2557, 2677, 2729, 2753 (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 = 24; 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: A142663 A229960 A107155 * A142798 A140025 A104073
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 8 19:26 EDT 2024. Contains 372341 sequences. (Running on oeis4.)