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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058323 Initial prime in set of 4 primes in arithmetic progression with common difference 42. 1
23921257, 32611897, 33215597, 35650007, 44201617, 49945837, 51616717, 70350487, 70687937, 74816107, 78789707, 86066047, 99641917, 101568287, 129031187, 146922077, 149568217, 151779517, 153921017, 156793337, 162881627 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Index entries for sequences related to primes in arithmetic progressions

MATHEMATICA

d[x_] := Prime[x+1]-Prime[x] {k1=42, k2=42, k3=42} k=0 Do[If[Equal[d[n], k1]&&Equal[d[n+1], k2]&& Equal[d[n+2], k3], k=k+1; Print[{k, n, Prime[n], Prime[n+1], Prime[n+2], Prime[n+3]}]], {n, 1, 10000000}]

CROSSREFS

Analogous sequences (with differences in square brackets): A033445 [6], A033447 [12], A033448 [18], A052242 [24], A052243 [30], A058252 [36]

Sequence in context: A204152 A132906 A104922 * A135954 A203260 A183791

Adjacent sequences:  A058320 A058321 A058322 * A058324 A058325 A058326

KEYWORD

nonn

AUTHOR

Harvey P. Dale (hpd1(AT)is2.nyu.edu), Dec 12 2000

EXTENSIONS

More terms from Labos E. (labos(AT)ana.sote.hu), Jan 11 2002

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 12:15 EST 2012. Contains 205909 sequences.