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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052243 Initial prime in set of 4 consecutive primes in arithmetic progression with difference 30. 12
642427, 1058861, 3431903, 4176587, 4560121, 4721047, 5072269, 5145403, 5669099, 5893141, 6248969, 6285047, 6503179, 6682969, 8545357, 8776121, 8778739, 9490571, 9836227, 9843019, 9843049, 10023787, 11697979, 12057919, 12340313, 12687119, 12794641, 12845849 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Primes p such that p, p+30, p+60, p+90 are consecutive primes.

LINKS

M. F. Hasler, Table of n, a(n) for n=1,...,200.

Index entries for sequences related to primes in arithmetic progressions

EXAMPLE

642427, 642457, 642487, 642517 are consecutive primes.

MAPLE

p := 2 : q := 3 : r := 5 : s := 7 : for i from 1 do if q-p = 30 and r-q=30 and s-r=30 then printf("%d, \n", p) ; fi ; p := q ; q := r ; r := s ; s := nextprime(r) ; od: - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 12 2008

PROG

(PARI code from M. F. Hasler, Apr 12 2008) nextA089220(p, d=[30, 30, 30])={p=[p, 0, 0]; while(p+d!=p=[nextprime(p[1]+1), p[1], p[2]], ); p[3]-d[3]}

p=0; A052243=vector(30, i, p=nextA052243(p+1))

CROSSREFS

Analogous sequences [with common difference in square brackets]: A033451 [6], A033447 [12], A033448 [18], A052242 [24], A052243 [30].

Subsequence of A052195.

Sequence in context: A190574 A179576 A089220 * A102810 A159922 A154873

Adjacent sequences:  A052240 A052241 A052242 * A052244 A052245 A052246

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Jan 31 2000

EXTENSIONS

More terms from Harvey P. Dale (hpd1(AT)is2.nyu.edu), Nov 19 2000

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

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 13 23:23 EST 2012. Contains 205567 sequences.