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!)
A153043 Numbers n > 1 such that 2*n-3 is not a prime. 8
2, 6, 9, 12, 14, 15, 18, 19, 21, 24, 26, 27, 29, 30, 33, 34, 36, 39, 40, 42, 44, 45, 47, 48, 49, 51, 54, 57, 59, 60, 61, 62, 63, 64, 66, 68, 69, 72, 73, 74, 75, 78, 79, 81, 82, 84, 86, 87, 89, 90, 93, 94, 95, 96, 99, 102, 103, 104, 105, 106, 108, 109, 110 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
One more than the associated value in A104275. - R. J. Mathar, Jan 05 2011
2*A155705(m,n)-3 = (2n+1)*(2m+1) are nonprime: all A155705(.,.) are in this sequence.
The terms after a(1) are the values of 2*h*k + k + h + 2, where h and k are positive integers. - Vincenzo Librandi, Jan 19 2013
LINKS
MATHEMATICA
Select[Range[2, 200], !PrimeQ[2*#-3]&] (* Vladimir Joseph Stephan Orlovsky, Feb 09 2012 *)
PROG
(Magma) [n: n in [2..102] | not IsPrime(2*n-3)]; // Bruno Berselli, Mar 05 2011
CROSSREFS
Sequence in context: A174682 A287126 A270095 * A171504 A287445 A119720
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 17 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 July 13 17:55 EDT 2024. Contains 374285 sequences. (Running on oeis4.)