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!)
A139530 Primes of the form 24n+13. 2
13, 37, 61, 109, 157, 181, 229, 277, 349, 373, 397, 421, 541, 613, 661, 709, 733, 757, 829, 853, 877, 997, 1021, 1069, 1093, 1117, 1213, 1237, 1381, 1429, 1453, 1549, 1597, 1621, 1669, 1693, 1741, 1789, 1861, 1933, 2029, 2053, 2221, 2269, 2293, 2341, 2389 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form 4x^2+4xy+13y^2. Discriminant=-192. - T. D. Noe, May 02 2008
Also, primes of form u^2+12v^2 with odd v, while A107008 (which is also expressible as x^2+48y^2) has even v. One can transform its form as (2x+y)^2+12y^2 (where y can only be odd), while the second is x^2+12(2y)^2. Both sequences are 1 mod 12 and together they are primes x^2+12y^2 (A068228). [Tito Piezas III, Jan 01 2009]
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references)
MATHEMATICA
a = {}; Do[If[PrimeQ[24 n + 13], AppendTo[a, 24 n + 13]], {n, 0, 200}]; a
Select[24Range[0, 150]+13, PrimeQ] (* Harvey P. Dale, Mar 11 2011 *)
CROSSREFS
Cf. A139827.
Sequence in context: A068228 A031339 A034938 * A138368 A118071 A307192
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 25 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)