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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086158 Concatenation of the smaller members of first n pairs of twin primes. 2
3, 5, 35, 3511, 351117, 35111729, 3511172941, 351117294159, 35111729415971, 35111729415971101, 35111729415971101107, 35111729415971101107137, 35111729415971101107137149, 35111729415971101107137149179 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

PROG

(PARI) concattwprl(n) = { y=3; print1(3", "5", "); forprime(x=5, n, if(isprime(x+2), y=eval(concat(Str(y), Str(x))); print1(y", ") ) ) }

CROSSREFS

Sequence in context: A120828 A077784 A145640 * A158878 A184314 A183258

Adjacent sequences:  A086155 A086156 A086157 * A086159 A086160 A086161

KEYWORD

nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Sep 08 2003

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 16 04:47 EST 2012. Contains 205860 sequences.