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!)
A111083 Numbers k such that 3*k^2 + 64 is prime. 1
1, 5, 7, 9, 13, 15, 27, 33, 35, 41, 47, 51, 57, 63, 65, 69, 71, 77, 79, 83, 85, 89, 91, 103, 113, 117, 121, 139, 141, 147, 155, 175, 181, 187, 189, 191, 197, 201, 215, 219, 223, 225, 239, 243, 247, 251, 253, 259, 261, 265, 281, 293, 299 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If k=113 then (3*k^2) + 64 = 38371 (prime).
MATHEMATICA
Select[Range[300], PrimeQ[3*#^2 + 64] &] (* Stefan Steinerberger, Feb 26 2006 *)
PROG
(PARI) is(n)=isprime(3*n^2+64) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A089193 A302482 A284742 * A050550 A079523 A231271
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Oct 11 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 May 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)