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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046954 Numbers n such that 6n+1 is nonprime. 9
0, 4, 8, 9, 14, 15, 19, 20, 22, 24, 28, 29, 31, 34, 36, 39, 41, 42, 43, 44, 48, 49, 50, 53, 54, 57, 59, 60, 64, 65, 67, 69, 71, 74, 75, 78, 79, 80, 82, 84, 85, 86, 88, 89, 92, 93, 94, 97, 98, 99, 104, 106, 108, 109, 111, 113, 114, 116, 117, 119, 120, 124, 127, 129, 133, 140 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A046954 = A171696 U A121763; A121765 U A171696 = A046953; A121763 U A121765 = A067611 where A067611 U A002822 U A171696 = A001477. [From by Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Feb 13 2010, Feb 15 2010]

EXAMPLE

a(2)=8 because 6*8+1=49 which is composite

MATHEMATICA

a = Flatten[Table[If[PrimeQ[6*n + 1] == False, n, {}], {n, 0, 50}]] - Roger L. Bagula (rlbagulatfttn(AT)yahoo.com), May 17 2007

CROSSREFS

Cf. A047845 (2n+1), A045751 (4n+1), A127260 (8n+1).

Sequence in context: A163408 A060299 A120512 * A112775 A107747 A121763

Adjacent sequences:  A046951 A046952 A046953 * A046955 A046956 A046957

KEYWORD

base,nonn

AUTHOR

Felice Russo (frusso(AT)micron.com)

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Aug 08 2008 at the suggestion of R. J. Mathar

Corrected by Juri-Stepan Gerasimov (2stepan(AT)rambler.ru), Feb 13 2010, Feb 15 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 02:48 EST 2012. Contains 205978 sequences.