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!)
A126242 Prime numbers p such that p = prime(n+4)=(prime(n+8)+prime(n))/2. 1
41, 61, 71, 89, 181, 373, 397, 433, 449, 863, 907, 911, 937, 941, 983, 1193, 1259, 1931, 2243, 2251, 2447, 3359, 3361, 3823, 3851, 4057, 4093, 5231, 5297, 5417, 5813, 6421, 6619, 7013, 7151, 7487, 7583, 7907, 8171, 8537, 8563, 8573, 8581, 9157, 9257, 9377 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[If[(Prime[n + 8] + Prime[n])/2 == Prime[n + 4], Print[Prime[n + 4]]], {n, 1, 3000}]
Transpose[Select[Partition[Prime[Range[1200]], 9, 1], (First[#]+Last[#])/2 == #[[5]]&]][[5]] (* Harvey P. Dale, Jul 18 2013 *)
CROSSREFS
Sequence in context: A153681 A179826 A067832 * A178057 A169798 A110411
KEYWORD
nonn
AUTHOR
Artur Jasinski, Dec 21 2006
EXTENSIONS
Extended by Ray Chandler, Dec 27 2006
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 10:47 EDT 2024. Contains 371967 sequences. (Running on oeis4.)