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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A133410 Least prime p such that p-6n is prime. 0
2, 11, 17, 23, 29, 37, 41, 47, 53, 59, 67, 71, 79, 83, 89, 97, 101, 107, 113, 127, 127, 131, 137, 149, 149, 157, 163, 167, 173, 179, 191, 191, 197, 211, 211, 223, 223, 227, 233, 239, 251, 251, 257, 263, 269, 277, 281, 293, 293, 307, 307, 311, 317, 331, 331, 337 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

If duplicates are omitted, this is the sequence of primes p such that all p - phi(k) - 1 are composite for 1 <= phi(k)-1< p. [Michel Lagneau, Sep 14 2012].

LINKS

Table of n, a(n) for n=0..55.

MATHEMATICA

a={}; Do[i=6*n+1; While[Not[PrimeQ[i]&&PrimeQ[i-6*n]], i++ ]; AppendTo[a, i], {n, 0, 60}]; a - Stefan Steinerberger, Nov 26 2007

CROSSREFS

Cf. A133387.

Sequence in context: A105877 A173638 A018420 * A156829 A105840 A225590

Adjacent sequences:  A133407 A133408 A133409 * A133411 A133412 A133413

KEYWORD

nonn

AUTHOR

Pierre CAMI, Nov 25 2007

EXTENSIONS

More terms from Stefan Steinerberger, Nov 26 2007

STATUS

approved

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 May 22 12:04 EDT 2013. Contains 225529 sequences.