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!)
A111052 Numbers n such that 3*n^2 + 4 is prime. 2
1, 3, 5, 7, 11, 19, 21, 25, 31, 33, 37, 39, 45, 49, 53, 73, 75, 77, 81, 89, 91, 93, 107, 115, 119, 129, 131, 135, 137, 145, 157, 185, 187, 193, 203, 205, 207, 213, 215, 221, 227, 229, 231, 249, 259, 261, 263, 271, 283, 291, 297, 299, 301, 317, 325, 327, 331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = sqrt(A201477(n)-4)/3)). - Zak Seidov, Feb 04 2016
EXAMPLE
If n=77 then 3*n^2 + 4 = 17791 (prime).
MATHEMATICA
Select[Range[340], PrimeQ[3*#^2 + 4] &] (* Stefan Steinerberger, Feb 26 2006 *)
PROG
(PARI) lista(nn) = {for(n=1, nn, if(ispseudoprime(3*n^2 + 4), print1(n, ", "))); } \\ Altug Alkan, Feb 05 2016
(Magma) [n: n in [1..350] | IsPrime(3*n^2+4)]; // Vincenzo Librandi, Feb 06 2016
CROSSREFS
Cf. A201477.
Sequence in context: A001366 A093329 A246533 * A138536 A093929 A144427
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Oct 06 2005
EXTENSIONS
More terms from Stefan Steinerberger, Feb 26 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 April 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)