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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156829 a(1) = 2. a(n) = the smallest prime >= a(n-1) + 6. 1
2, 11, 17, 23, 29, 37, 43, 53, 59, 67, 73, 79, 89, 97, 103, 109, 127, 137, 149, 157, 163, 173, 179, 191, 197, 211, 223, 229, 239, 251, 257, 263, 269, 277, 283, 293, 307, 313, 331, 337, 347, 353, 359, 367, 373, 379, 389, 397, 409, 419, 431, 439, 449, 457, 463 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

p := 2: for n from 1 to 1000 do printf("%d, ", p) ; p := nextprime(p+5) ; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 22 2009]

CROSSREFS

A156828

Sequence in context: A173638 A018420 A133410 * A105840 A060427 A108894

Adjacent sequences:  A156826 A156827 A156828 * A156830 A156831 A156832

KEYWORD

nonn

AUTHOR

Leroy Quet, Feb 16 2009

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Feb 22 2009

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 16 08:13 EST 2012. Contains 205893 sequences.