login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086212 Primes in A071998. 0
1100101, 100110001001011011101111, 101001111111111111010001, 101010010110001110101101, 101010011000011011011111, 101111101111000111100010101, 110100100000010010110010101 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Conjecture: there is an infinity of primes in A071998.

PROG

(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: A172647 A172754 A184384 * A060087 A176999 A035613

Adjacent sequences:  A086209 A086210 A086211 * A086213 A086214 A086215

KEYWORD

base,nonn

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 08:16 EST 2012. Contains 205726 sequences.