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!)
A166563 Numbers n such that 12*n+5 is not prime. 1
5, 6, 10, 13, 15, 17, 18, 20, 25, 27, 28, 30, 31, 34, 35, 36, 39, 40, 41, 44, 45, 48, 50, 52, 55, 57, 59, 60, 61, 62, 65, 69, 70, 72, 74, 75, 76, 80, 82, 83, 85, 86, 89, 90, 93, 94, 95, 96, 97, 100, 103, 104, 105, 109, 110, 111, 112, 115, 116, 118, 120, 121, 122, 125, 126 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Distribution of the terms in the following triangular array:
*;
*,*;
*,*,*;
*,*,*,*;
*,*,6,*,*;
*,5,*,*,*,*;
*,*,*,*,*,*,*;
*,*,*,*,*,18,*,*;
*,*,*,*,17,*,*,*,*;
*,*,*,*,*,*,*,*,*,*;
*,*,13,*,*,*,*,*,36,*,*;
*,10,*,*,*,*,*,35,*,*,*,*; etc.
where * marks the non-integer values of (2*h*k + k + h - 2)/6 with h >= k >= 1. - Vincenzo Librandi, Jan 14 2013
MATHEMATICA
Select[Range[0, 200], !PrimeQ[12 # + 5] &] (* Vincenzo Librandi, Jan 14 2013 *)
PROG
(Magma) [n: n in [0..150] | not IsPrime(12*n+5)]; // Vincenzo Librandi, Jan 14 2013
CROSSREFS
Cf. A167055.
Sequence in context: A102506 A062845 A236307 * A005847 A109758 A287665
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 29 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 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)