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!)
A110999 Numbers n such that 23*n^2 - 16 is prime. 0
1, 3, 9, 11, 19, 33, 45, 49, 53, 65, 67, 77, 79, 87, 89, 121, 123, 129, 137, 157, 159, 163, 165, 179, 193, 199, 201, 215, 217, 219, 221, 233, 241, 243, 261, 269, 273, 275, 285, 299, 311, 319, 347, 355, 373, 413, 415, 423, 427, 443, 445, 453, 457, 459, 467, 483 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=89 then (23*n^2) - 16 = 182167 (prime).
PROG
(Magma) [n: n in [0..100000] |IsPrime((23*n^2)-16)] // Vincenzo Librandi, Nov 13 2010
(PARI) is(n)=isprime(23*n^2-16) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A111211 A144181 A004626 * A179867 A032671 A370918
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Sep 30 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 April 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)