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!)
A111082 Numbers n such that 3*n^2 + 49 is prime. 1
2, 4, 6, 8, 10, 18, 20, 24, 30, 32, 34, 44, 46, 48, 50, 52, 58, 68, 72, 74, 76, 78, 80, 94, 96, 104, 106, 122, 128, 132, 134, 146, 148, 158, 162, 164, 172, 178, 186, 192, 200, 204, 208, 214, 226, 230, 232, 240, 254, 256, 258, 262, 268, 270, 276, 278, 286, 292, 296 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=96 then (3*n^2) + 49 = 27697 (prime).
MATHEMATICA
Select[Range[300], PrimeQ[3#^2+49]&] (* Harvey P. Dale, Sep 04 2019 *)
PROG
(Magma) [n: n in [0..300] | IsPrime(3*n^2+49)]; - Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(3*n^2+49) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A067720 A078106 A353764 * A100433 A254343 A157006
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 11 2005
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 March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)