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!)
A064103 Primes p = p(k) such that p(k) + p(k+9) = p(k+1) + p(k+8) = p(k+2) + p(k+7) = p(k+3) + p(k+6) = p(k+4) + p(k+5). 0
13, 139, 6091, 19843, 51787, 55793, 113143, 179029, 205157, 302551, 346361, 460949, 895799, 970447, 1150651, 1180847, 1697257, 1929553, 2334781, 2580631, 2797447, 3056561, 3086009, 3416717, 3598943, 4024667, 4026107, 4067123, 4077583, 4389503, 4541083, 4790503 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Primes p = prime(k) = A000040(k) such that A359440(k+4) >= 4. - Peter Munn, Jan 13 2023
EXAMPLE
13 + 47 = 17 + 43 = 19 + 41 = 23 + 37 = 29 + 31.
MATHEMATICA
a = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; Do[ a = Delete[ a, 1 ]; a = Append[ a, Prime[ n ] ]; If[ a[ [ 1 ] ] + a[ [ 10 ] ] == a[ [ 2 ] ] + a[ [ 9 ] ] == a[ [ 3 ] ] + a[ [ 8 ] ] == a[ [ 4 ] ] + a[ [ 7 ] ] == a[ [ 5 ] ] + a[ [ 6 ] ], Print[ a[ [ 1 ] ] ] ], {n, 1, 3 10^5} ]
CROSSREFS
Sequence in context: A193708 A195464 A365999 * A266630 A186506 A051639
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Sep 17 2001
EXTENSIONS
More terms from Sean A. Irvine, Jun 11 2023
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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)