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!)
A153348 Numbers n such that 16*n+3 is not prime. 1
2, 3, 6, 7, 9, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33, 36, 37, 38, 39, 42, 44, 45, 47, 48, 50, 51, 52, 53, 54, 56, 57, 58, 60, 61, 62, 63, 64, 65, 66, 67, 69, 71, 72, 75, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 90, 92, 93, 94 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Triangle begins:
*;
*,*;
*,2,*;
*,*,*,*;
*,*,*,6,*;
*,*.*,*,*,*;
*,*,*,*,*,12,*;
3,*,*,*,*,*,*,*;
*,*,*,*,*,*,*,20,*;
*,*,9,*,*,*,*,*,*,*;
*,7,*,*,*,*,*,*,*,30,*;
*,*,*,*,17,*,*,*,*,*,*,*;
where * marks the non-integer values of (2*h*k + k + h - 1)/8 with h >= k >= 1.
MATHEMATICA
Select[Range[200], !PrimeQ[16*# + 3]&] (* Vincenzo Librandi, Jan 13 2013 *)
PROG
(Magma) [n: n in [0..150] | not IsPrime(16*n + 3)]; // Vincenzo Librandi, Jan 13 2013
CROSSREFS
Cf. A092022.
Sequence in context: A061951 A346301 A341257 * A246647 A177729 A049993
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 24 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 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)