login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104207 Concatenation of consecutive twin primes. 0
3557, 11131719, 29314143, 59617173, 101103107109, 137139149151, 179181191193, 197199227229, 239241269271, 281283311313, 347349419421, 431433461463, 521523569571, 599601617619, 641643659661, 809811821823, 827829857859, 88188310191021, 1031103310491051 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Chris Caldwell The First 1,008 Twin Primes.

EXAMPLE

3557 is obtained by concatenating the consecutive pair of twin primes (3,5) and (5,7).

11131719 is obtained by concatenating the consecutive pair of twin primes (11,13) and (17,19).

MATHEMATICA

With[{ll=Select[Partition[Prime[Range[200]], 2, 1], Last[#]-First[#] == 2&]}, Table[FromDigits[Flatten[IntegerDigits/@Take[ll, {2n-1, 2n}]]], {n, 20}]] (* From Harvey P. Dale, Oct 25 2011 *)

CROSSREFS

Sequence in context: A020412 A151810 A083955 * A107646 A204607 A204600

Adjacent sequences:  A104204 A104205 A104206 * A104208 A104209 A104210

KEYWORD

nonn,base

AUTHOR

Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Apr 01 2005

EXTENSIONS

More terms from Harvey P. Dale, Oct 25 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 14:19 EST 2012. Contains 206038 sequences.