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!)
A309726 Numbers k such that k^2 - 12 is prime. 1
5, 7, 11, 13, 17, 19, 25, 29, 35, 41, 49, 53, 59, 61, 79, 85, 91, 95, 97, 103, 107, 113, 119, 121, 137, 139, 145, 149, 163, 169, 173, 179, 181, 185, 191, 205, 209, 227, 233, 235, 245, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are odd and not divisible by 3.
LINKS
FORMULA
If A056927(k) = 12, then k is a term. - A.H.M. Smeets, Aug 15 2019
EXAMPLE
11 is in the sequence because 11^2 - 12 = 109, which is prime.
MATHEMATICA
Select[Range[5, 301, 2], PrimeQ[#^2-12]&] (* Harvey P. Dale, Dec 23 2019 *)
PROG
(PARI) select(n->isprime(n^2-12), [1..1000]) \\ Andrew Howroyd, Aug 14 2019
CROSSREFS
Cf. A056927.
Sequence in context: A128824 A098420 A346676 * A093495 A093496 A171688
KEYWORD
nonn
AUTHOR
Daniel Starodubtsev, Aug 14 2019
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 28 07:46 EDT 2024. Contains 372020 sequences. (Running on oeis4.)