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!)
A139489 Primes of the form x^2+101y^2. 23
101, 137, 677, 1009, 1493, 1693, 1697, 1933, 3137, 3613, 3637, 3701, 3821, 4217, 4261, 4273, 4289, 4373, 4457, 4597, 4861, 5273, 5441, 5849, 6029, 6037, 6473, 6661, 6689, 7193, 7253, 7309, 8377, 8581, 8609, 8677, 9337, 9781, 10133, 10181, 10433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Vincenzo Librandi and Ray Chandler, Table of n, a(n) for n = 1..10000 [First 1000 terms from Vincenzo Librandi]
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
a = {}; w = 101; Do[Do[If[PrimeQ[n^2 + w*m^2], AppendTo[a, n^2 + w*m^2]], {n, 1, 700}], {m, 1, 200}]; Union[a]
QuadPrimes2[1, 0, 101, 11000] (* see A106856 *)
CROSSREFS
See "Binary Quadratic Forms and OEIS" link for list of sequences of primes of the form x^2+ny^2.
Sequence in context: A272075 A162463 A035790 * A358737 A106994 A050672
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 24 2008
EXTENSIONS
101 term prepended by T. D. Noe, Nov 05 2009
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 14 04:38 EDT 2024. Contains 374291 sequences. (Running on oeis4.)