Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A086212
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A086212 Primes in A071998. +0
1
1100101, 100110001001011011101111, 101001111111111111010001, 101010010110001110101101, 101010011000011011011111, 101111101111000111100010101, 110100100000010010110010101 (list; graph; listen)
OFFSET

1,1

COMMENT

Conjecture: there is an infinity of primes in A071998.

PROGRAM

(PARI) binofbin(n) = { c=0; for(x=0, n, b=binary(x); ln=length(b); z=Str(b[1]); for(j=2, ln, z=concat(Str(z), Str(b[j])); ); d = eval(z); b=binary(d); ln=length(b); z=Str(b[1]); for(j=2, ln, z=concat(Str(z), Str(b[j])); ); \ print1(z, ", ") if(isprime(eval(z)), print1(eval(z), ", "); c++) ); print(); print(c) }

CROSSREFS

Sequence in context: A070042 A109148 A077647 this_sequence A060087 A035613 A038449

Adjacent sequences: A086209 A086210 A086211 this_sequence A086213 A086214 A086215

KEYWORD

base,nonn

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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research