Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086164
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086164 Binary representation of the concatenation of the first n primes. +0
1
10, 10111, 11101011, 100100110101, 111001100010111111, 1011001111010101010101001, 10001100011111101010101000010101, 11011011100001011110100111000001000111 (list; graph; listen)
OFFSET

1,1

PROGRAM

(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: A119037 A101305 A001098 this_sequence A138119 A138118 A091253

Adjacent sequences: A086161 A086162 A086163 this_sequence A086165 A086166 A086167

KEYWORD

nonn,base

AUTHOR

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

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 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research