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!)
A110994 Numbers n such that 23*n^2 - 4 is prime. 1
1, 5, 7, 15, 21, 23, 27, 49, 63, 65, 83, 89, 103, 107, 131, 135, 149, 159, 161, 181, 187, 197, 203, 209, 223, 231, 237, 245, 253, 257, 261, 279, 281, 301, 307, 313, 327, 331, 335, 337, 369, 371, 377, 385, 397 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
If n=89 then 23*n^2 - 4 = 182179 (prime).
MAPLE
select(n -> isprime(23*n^2-4), [seq(i, i=1..1000, 2)]); # Robert Israel, Jul 04 2018
MATHEMATICA
Select[Range[400], PrimeQ[(23#^2 - 4)] &] (* Stefan Steinerberger, Feb 28 2006 *)
PROG
(PARI) is(n)=isprime(23*n^2-4) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A314365 A314366 A068580 * A015833 A072022 A003429
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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)