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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153134 Numbers n such that 6n-7 is prime 3
2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 15, 16, 18, 19, 20, 23, 24, 26, 29, 30, 31, 33, 34, 39, 40, 41, 43, 44, 45, 46, 48, 50, 53, 54, 59, 60, 61, 65, 66, 68, 71, 73, 75, 76, 78, 79, 81, 83, 85, 86, 88, 94, 95, 96, 99, 100, 101, 104, 108, 109, 110, 111, 114, 115, 118, 121, 125, 128 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

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

EXAMPLE

For n=2, 6n-7=5; n=108, 6n-7=641

MATHEMATICA

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

CROSSREFS

Cf. A153245, A153135 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 23 2008]

Sequence in context: A133194 A177989 A022774 * A045546 A050026 A174788

Adjacent sequences:  A153131 A153132 A153133 * A153135 A153136 A153137

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Corrected and extended by Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 23 2008

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 15 11:25 EST 2012. Contains 205777 sequences.