login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052197 Primes p such that p, p+36, p+72 are consecutive primes. 8
255767, 704321, 806821, 884501, 913067, 1065137, 1216177, 1448497, 1526191, 1532471, 1640971, 1918571, 2071087, 2275067, 2276431, 2336671, 2347591, 2376721, 2778547, 3098561, 3190601, 3248941, 3259001, 3452107, 3558481 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Old name was: Primes p(k) such that p(k+2)-p(k+1)=p(k+1)-p(k)=36.
LINKS
EXAMPLE
a(3)=704321 is followed by 704357 and 704393, consecutive primes with equal distance of d=36.
MATHEMATICA
Select[Partition[Prime[Range[255000]], 3, 1], Differences[#]=={36, 36}&][[All, 1]] (* Harvey P. Dale, Feb 16 2018 *)
PROG
(PARI) is(n)=nextprime(n+1)==n+36 && nextprime(n+37)==n+72 && isprime(n) \\ Charles R Greathouse IV, Jan 07 2013
CROSSREFS
Sequence in context: A087025 A249915 A161534 * A053076 A083604 A236600
KEYWORD
nonn
AUTHOR
Labos Elemer, Jan 28 2000
EXTENSIONS
New name from Charles R Greathouse IV, Jan 07 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)