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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053075 Primes p(k) such that p(k)-p(k-1)=p(k+1)-p(k)=30. 4
69623, 110681, 134639, 228677, 237821, 250919, 303187, 318949, 396479, 421943, 498301, 507461, 535273, 554347, 629653, 642457, 642487, 668273, 692191, 716033, 729821, 780553, 782611, 790927, 801247, 825161, 829319, 847423, 892321, 902903 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Zak Seidov, Table of n, a (n) for n = 1 .. 1000

EXAMPLE

110681 is separated from both the next lower prime and the next higher prime by 30

MATHEMATICA

lst={}; Do[p=Prime[n]; If[p-Prime[n-1]==Prime[n+1]-p==6*5, AppendTo[lst, p]], {n, 2, 2*8!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), May 20 2010]

CROSSREFS

Cf. A052195.

Sequence in context: A162989 A052195 A089218 * A154818 A116502 A190934

Adjacent sequences:  A053072 A053073 A053074 * A053076 A053077 A053078

KEYWORD

easy,nonn

AUTHOR

Harvey P. Dale (hpd1(AT)is2.nyu.edu), Feb 25 2000

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 06:09 EST 2012. Contains 205570 sequences.