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!)
A225943 The first member of a twin prime pair whose sum equals the sums of two consecutive smaller pairs of twin primes. 4
17, 29, 71, 101, 659, 1091, 1301, 2081, 2111, 2381, 2591, 2969, 4241, 4271, 4649, 4721, 4931, 5441, 5519, 6689, 6761, 7589, 8219, 8999, 10331, 10859, 11159, 11717, 11969, 13001, 16451, 17657, 18521, 20231, 22277, 23039, 23909, 24179, 24917, 27479, 28571 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sum of a given pair of twin primes can be represented as the sum of consecutive pairs of smaller twin primes.
LINKS
EXAMPLE
17 + 19 = (5 + 7) + (11 + 13).
MATHEMATICA
t = Select[2*Range[20000], PrimeQ[# - 1] && PrimeQ[# + 1] &]; Intersection[t, Rest[t] + Most[t]] - 1 (* T. D. Noe, Jun 13 2013 *)
CROSSREFS
Sequence in context: A007349 A154616 A196938 * A069755 A076727 A347530
KEYWORD
nonn
AUTHOR
César Aguilera, May 21 2013
EXTENSIONS
Extended by T. D. Noe, Jun 13 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 March 29 04:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)