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!)
A129911 Primes in A129910. 0
17, 1447, 2053, 34367, 50383, 94427, 140473, 154487, 190523, 220553, 286619, 4303763, 4763809, 6443977, 8504183, 9044237, 11304463, 13404673, 15504883, 17005033, 18145147, 18345167, 19605293, 21205453, 22345567, 22605593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {51}; For[n = 3, n < 500, n++, If[Prime[n + 1] == Prime[n] + 2, AppendTo[a, FromDigits[Join[IntegerDigits[Prime[n + 1]], IntegerDigits[Prime[n]]]]]]]; Select[a/3, PrimeQ[ # ] &]
PROG
(PARI) concattwins3r(n) = { local(x, y); forprime(x=2, n, if(isprime(x+2), y=floor(eval(concat(Str(x+2), Str(x)))/3); print1(y", ") ) ) }
CROSSREFS
Sequence in context: A072160 A078814 A242282 * A336196 A336260 A104808
KEYWORD
nonn,less
AUTHOR
Cino Hilliard, Jun 05 2007
EXTENSIONS
Edited and extended by Stefan Steinerberger, Aug 02 2007
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 17 20:17 EDT 2024. Contains 371767 sequences. (Running on oeis4.)