Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129911
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129911 Primes in A129910. +0
1
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; listen)
OFFSET

1,1

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[ # ] &]

PROGRAM

(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: A007410 A072160 A078814 this_sequence A104808 A061686 A133590

Adjacent sequences: A129908 A129909 A129910 this_sequence A129912 A129913 A129914

KEYWORD

nonn,less

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Jun 05 2007

EXTENSIONS

Edited and extended by Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Aug 02 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research