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!)
A227878 Primes occurring twice in A051701. 2
3, 19, 41, 43, 71, 83, 101, 109, 151, 167, 199, 227, 229, 257, 281, 283, 311, 313, 349, 383, 401, 443, 461, 463, 487, 503, 571, 601, 617, 641, 643, 677, 727, 757, 829, 857, 859, 881, 883, 911, 937, 941, 971, 1033, 1063, 1091, 1093, 1123, 1187, 1217, 1231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Consider five consecutive primes p1..p5: (p3 is a term of this sequence) iff (p2-p1 > p3-p2 and p5-p4 > p4-p3).
LINKS
PROG
(Haskell)
a227878 n = a227878_list !! (n-1)
a227878_list = f a051701_list where
f (p:ps@(_:p':_)) = if p == p' then p : f ps else f ps
CROSSREFS
Sequence in context: A114704 A167053 A131542 * A042371 A141644 A141170
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 25 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 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)