The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A153766 Numbers n such that 8n-9 is prime. 4
2, 4, 5, 7, 10, 11, 14, 17, 20, 22, 25, 26, 29, 31, 34, 35, 40, 46, 47, 49, 55, 56, 59, 61, 62, 64, 76, 77, 80, 82, 91, 92, 94, 95, 104, 106, 109, 112, 115, 116, 122, 124, 125, 130, 131, 134, 137, 139, 145, 154, 155, 161, 164, 166, 167, 172, 176, 179, 181, 182, 185, 187 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
One more than the associated value in A005122. - R. J. Mathar, Jan 05 2011
LINKS
MAPLE
A153766:=n->if isprime(8*n-9) then n fi; seq(A153766(n), n=1..200); # Wesley Ivan Hurt, Dec 28 2013
MATHEMATICA
Select[Range[200], PrimeQ[8 # - 9] &] (* Harvey P. Dale, Oct 21 2011 *)
PROG
(Magma) [n: n in [0..200]| IsPrime(8*n-9)]; // Vincenzo Librandi, Dec 28 2013
(PARI) is(n)=isprime(8*n-9) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
Sequence in context: A095278 A155722 A049045 * A319301 A093013 A272999
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Jan 01 2009
EXTENSIONS
83 replaced by 82 from R. J. Mathar, Jan 07 2009
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 June 6 08:35 EDT 2024. Contains 373119 sequences. (Running on oeis4.)