The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A121259 Numbers k such that (3*k^2 + 1)/4 is prime. 6
3, 5, 7, 9, 13, 19, 21, 23, 27, 29, 35, 47, 49, 51, 55, 57, 61, 65, 69, 75, 77, 83, 85, 91, 97, 99, 105, 111, 117, 125, 127, 133, 135, 149, 161, 163, 173, 177, 181, 183, 187, 191, 211, 217, 239, 247, 251, 257, 259, 273, 281, 285, 295, 307, 313, 315, 317, 329, 331, 341 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = sqrt((4*A002407(n) - 1)/3). [corrected by Rémi Guillaume, Dec 07 2023]
a(n) = 2*A002504(n) - 1. - Hugo Pfoertner, Oct 07 2023
a(n) = 2*A111251(n) + 1. - Rémi Guillaume, Dec 06 2023
EXAMPLE
(3*5^2 + 1)/4 = 19 is the 2nd prime of this form, so a(2) = 5.
(3*13^2 + 1)/4 = 127 is the 5th prime of this form, so a(5) = 13.
(3*19^2 + 1)/4 = 271 is the 6th prime of this form, so a(6) = 19.
MATHEMATICA
Select[Range[400], PrimeQ[(3#^2+1)/4]&] (* Harvey P. Dale, Mar 24 2011 *)
PROG
(PARI) is(n) = my(p=(3*n^2+1)/4); (denominator(p)==1) && isprime(p); \\ Charles R Greathouse IV, Jun 13 2017; edited by Michel Marcus, Oct 12 2023
CROSSREFS
Cf. comment by Michael Somos in A002407.
Cf. A002504, A111251, A111051 (simpler variant).
Sequence in context: A370452 A058871 A126278 * A211139 A089228 A262602
KEYWORD
nonn,easy
AUTHOR
Zak Seidov, Aug 23 2006
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 14 05:12 EDT 2024. Contains 372528 sequences. (Running on oeis4.)