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!)
A139500 Primes of the form x^2 + 20x*y + y^2 for x and y nonnegative. 1
97, 157, 229, 577, 661, 709, 829, 1453, 1549, 1609, 1621, 1873, 2017, 2137, 2473, 2677, 2689, 2797, 2953, 3001, 3037, 3217, 3301, 3433, 3457, 3613, 3733, 4093, 4261, 4273, 4357, 4513, 4621, 4657, 4801, 4933, 5113, 5281, 5437, 5641, 6229, 6301, 6337 (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 = 20; 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*)
With[{nn=50}, Take[Select[Union[Flatten[Table[x^2+20 x y +y^2, {x, 0, 2nn}, {y, 0, 2nn}]]], PrimeQ], nn]] (* Harvey P. Dale, Nov 02 2022 *)
CROSSREFS
Sequence in context: A157213 A000923 A142528 * A344481 A261376 A142094
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 10 12:47 EDT 2024. Contains 372387 sequences. (Running on oeis4.)