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!)
A153129 Numbers n such that 8*n + 5 is not prime. 1
2, 5, 8, 9, 10, 11, 14, 15, 16, 17, 20, 23, 25, 26, 27, 29, 30, 31, 32, 35, 37, 38, 40, 41, 42, 44, 45, 47, 50, 51, 53, 54, 55, 56, 58, 59, 60, 61, 62, 64, 65, 66, 68, 70, 71, 72, 73, 74, 75, 77, 78, 79, 80, 83, 85, 86, 89, 90, 92, 93, 95, 97, 98, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
*;
*, *;
2, *, *;
*, 5, *, *;
*, *, 9, *, *;
*, *, *, 14, *, *;
5, *, *, *, 20, *, *;
*, 10, *, *, *, 27, *, *;
*, *, 16, *, *, *, 35, *, *;
where * marks the non-integer values of (2*n*k + k + n - 2)/4 with n >= k >= 1. - Vincenzo Librandi, Nov 30 2012
MATHEMATICA
Select[Range[200], !PrimeQ[8# + 5] &] (* Vincenzo Librandi, Nov 30 2012 *)
PROG
(Magma) [n: n in [1..120] | not IsPrime(8*n + 5)]; // Vincenzo Librandi, Nov 30 2012
CROSSREFS
Cf. A105133.
Sequence in context: A072955 A288730 A276784 * A076871 A070049 A085254
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 19 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 May 20 06:19 EDT 2024. Contains 372703 sequences. (Running on oeis4.)