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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088428 Number of primes in arithmetic progression starting with 29 and with d=2n. 9
2, 1, 1, 2, 1, 3, 2, 1, 2, 1, 1, 2, 1, 1, 3, 2, 1, 1, 2, 1, 3, 2, 1, 1, 2, 1, 4, 1, 1, 3, 1, 1, 1, 2, 1, 3, 2, 1, 2, 2, 1, 4, 1, 1, 1, 1, 1, 1, 2, 1, 3, 1, 1, 2, 2, 1, 1, 1, 1, 5, 2, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 4, 1, 1, 2, 2, 1, 1, 1, 1, 3, 2, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 2 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Arithmetic progression is stopped when next term is not prime. E.g. for n=6 (d=12), a=3, that is 29,41,53 are prime, while next term, 65, is not prime.

MATHEMATICA

bb={}; Do[s=1; Do[If[PrimeQ[29+k*d], s=s+1, bb={bb, s}; Break[]], {k, 10}], {d, 2, 200, 2}]; Flatten[bb]

CROSSREFS

Cf. A088420, A088421, A088422, A088423, A088424, A088425, A088426, A088427, A088429.

Sequence in context: A034807 A182961 A135062 * A025838 A105248 A076302

Adjacent sequences:  A088425 A088426 A088427 * A088429 A088430 A088431

KEYWORD

easy,nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Sep 29 2003

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 14 17:06 EST 2012. Contains 205644 sequences.