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!)
A181424 Primes p such that p and the two previous primes are in arithmetic progression. 11
7, 59, 163, 179, 223, 263, 269, 379, 569, 599, 613, 659, 739, 953, 983, 1109, 1129, 1193, 1229, 1373, 1523, 1753, 1759, 1913, 2293, 2423, 2683, 2909, 2969, 3313, 3319, 3643, 3739, 4019, 4421, 4463, 4603, 4663, 4703, 4999, 5113, 5119, 5309, 5393, 5399 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Call d(i)=p(i+2)-p(i+1) and dd(i)=d(i+1)-d(i) then dd(i)=0.
All related first differences are multiples of 6 except the first one, which is 2.
LINKS
FORMULA
a(n) = A000040(A064113(n) + 2). - Reinhard Zumkeller, Jan 20 2012
EXAMPLE
a(7)=269 since d(269,263)=6 and d(263,257)=6 and their difference is 0.
MATHEMATICA
Select[Partition[Prime[Range[750]], 3, 1], Length[Union[Differences[#]]]==1&][[;; , 3]] (* Harvey P. Dale, Oct 09 2023 *)
PROG
(Haskell)
a181424 = a000040 . (+ 2) . a064113 -- Reinhard Zumkeller, Jan 20 2012
CROSSREFS
Sequence in context: A366213 A061424 A140371 * A142511 A236070 A059705
KEYWORD
nonn
AUTHOR
Carmine Suriano, Oct 18 2010
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)