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!)
A110998 Numbers n such that 23*n^2 - 9 is prime. 1
2, 4, 16, 38, 40, 44, 70, 82, 86, 88, 116, 128, 130, 142, 152, 158, 170, 178, 194, 224, 226, 238, 262, 268, 298, 304, 310, 320, 346, 352, 362, 364, 368, 392, 406, 418, 434, 446, 452, 458, 460, 472, 478, 490, 494 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
If n=88 then 23*n^2 - 9 = 178103 (prime).
MATHEMATICA
Select[Range[500], PrimeQ[(23#^2 - 9)] &] (* Stefan Steinerberger, Feb 28 2006 *)
PROG
(PARI) is(n)=isprime(23*n^2-9) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A265835 A185074 A000216 * A051861 A296297 A290265
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Sep 30 2005
EXTENSIONS
More terms from Stefan Steinerberger, Feb 28 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 17 20:47 EDT 2024. Contains 371767 sequences. (Running on oeis4.)