login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153184 Numbers n such that 3n-2 is not prime 3
2, 4, 6, 8, 9, 10, 12, 14, 16, 17, 18, 19, 20, 22, 24, 26, 28, 29, 30, 31, 32, 34, 36, 38, 39, 40, 41, 42, 44, 45, 46, 48, 49, 50, 52, 54, 56, 57, 58, 59, 60, 62, 63, 64, 66, 68, 69, 70, 72, 73, 74, 76, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 94, 96, 97, 98, 99, 100 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Of course for all even n 3n-2 is not prime. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Jun 18 2010]

One more than the associated value in A153309. - R. J. Mathar, Jan 05 2011

MATHEMATICA

lst={}; Do[If[ !PrimeQ[3*n-2], AppendTo[lst, n]], {n, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 22 2008]

CROSSREFS

Cf. A153183, A088878.

Sequence in context: A085492 A065090 A003254 * A047412 A110262 A176693

Adjacent sequences:  A153181 A153182 A153183 * A153185 A153186 A153187

KEYWORD

nonn

AUTHOR

Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Dec 20 2008

EXTENSIONS

Erroneous comment deleted by N. J. A. Sloane, Jun 23 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 21:13 EST 2012. Contains 206085 sequences.