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!)
A110558 Numbers n such that (n^2-8)/8 is prime. 5
8, 12, 16, 24, 28, 32, 40, 44, 52, 60, 68, 72, 84, 88, 96, 100, 112, 136, 144, 152, 156, 164, 168, 172, 180, 184, 196, 200, 208, 224, 236, 248, 252, 256, 276, 292, 304, 320, 324, 340, 348, 364, 368, 380, 392, 408, 432, 436, 448, 452, 460, 472, 500, 504, 508 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
These numbers need to be of the form 4*j then (16*j^2-8)/8 = 2*j^2-1.
A066436 gives resulting primes p such that 8p+8 is square. - Ray Chandler, Sep 15 2005
LINKS
FORMULA
a(n) = 2*A090697(n) = 4*A066049(n). - Ray Chandler, Sep 15 2005
MATHEMATICA
Select[Range[510], PrimeQ[(#^2-8)/8]&] (* Harvey P. Dale, Feb 03 2011 *)
PROG
(PARI) is(n)=isprime((n^2-8)/8) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A084809 A186407 A190037 * A298703 A273800 A273798
KEYWORD
nonn
AUTHOR
Pierre CAMI, Sep 12 2005
EXTENSIONS
Extended by Ray Chandler, Sep 15 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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)