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!)
A143827 Numbers n such that 8n^2 - 1 is prime. 8
1, 2, 3, 4, 5, 9, 11, 12, 14, 17, 18, 19, 21, 23, 25, 26, 28, 31, 32, 38, 40, 46, 49, 51, 54, 56, 59, 63, 66, 67, 70, 77, 79, 80, 82, 86, 89, 93, 94, 96, 98, 100, 102, 103, 107, 110, 114, 116, 119, 121, 124, 128, 133, 135, 137, 140, 144, 147, 150, 152, 156, 161, 166 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Contains the even terms of A066049 divided by 2. - R. J. Mathar, Sep 04 2008
LINKS
MATHEMATICA
p = 8; a = {}; Do[k = p x^2 - 1; If[PrimeQ[k], AppendTo[a, x]], {x, 1, 1000}]; a
PROG
(PARI) is(n)=isprime(8*n^2-1) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A062096 A360687 A176008 * A100797 A139441 A333612
KEYWORD
nonn
AUTHOR
Artur Jasinski, Sep 02 2008
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 29 18:29 EDT 2024. Contains 372114 sequences. (Running on oeis4.)