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!)
A086164 Binary representation of the concatenation of the first n primes. 0
10, 10111, 11101011, 100100110101, 111001100010111111, 1011001111010101010101001, 10001100011111101010101000010101, 11011011100001011110100111000001000111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) concatprbin(n) = { y=2; print1(10", "); forprime(x=3, n, y=eval(concat(Str(y), Str(x))); b=binary(y); ln=length(b); z=Str(b[1]); for(j=2, ln, z=concat(Str(z), Str(b[j])); ); print1(z, ", ") ) }
CROSSREFS
Sequence in context: A001098 A266872 A267705 * A138119 A327233 A138118
KEYWORD
nonn,base
AUTHOR
Cino Hilliard, Sep 08 2003
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)