|
Search: id:A103195
|
|
|
| A103195 |
|
Concatenations of pairs of primes that differ by four. |
|
+0 9
|
|
| 37, 711, 1317, 1923, 3741, 4347, 6771, 7983, 97101, 103107, 109113, 127131, 163167, 193197, 223227, 229233, 277281, 307311, 313317, 349353, 379383, 397401, 439443, 457461, 463467, 487491, 499503, 613617, 643647, 673677, 739743, 757761, 769773
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Chris Caldwell, The First 1,000 Primes.
Eric Weisstein's World of Mathematics, Cousin Primes.
M. Wolf, On Twin and Cousin Primes.
|
|
FORMULA
|
a(n) = A023200(n) concatenated with A023200(n)+4. - Jonathan Vos Post (jvospost3(AT)gmail.com), Mar 19 2005
|
|
EXAMPLE
|
The primes 3 and 7 differ by four, so the first term is 37.
|
|
MATHEMATICA
|
s = Select[ Prime[ Range[ 140]], PrimeQ[ # + 4] &]; FromDigits /@ Join @@@ IntegerDigits /@ Transpose[{s, s + 4}] (from Robert G. Wilson v Mar 19 2005)
|
|
CROSSREFS
|
Sequence in context: A104180 A010953 A010989 this_sequence A144511 A028225 A028223
Adjacent sequences: A103192 A103193 A103194 this_sequence A103196 A103197 A103198
|
|
KEYWORD
|
nonn,base
|
|
AUTHOR
|
Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Mar 18 2005
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 19 2005
|
|
|
Search completed in 0.002 seconds
|