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!)
A086212 Primes in A071998. 0
1100101, 100110001001011011101111, 101001111111111111010001, 101010010110001110101101, 101010011000011011011111, 101111101111000111100010101, 110100100000010010110010101 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: there is an infinity of primes in A071998.
LINKS
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: A172754 A268036 A184384 * A316481 A253619 A235221
KEYWORD
base,nonn
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 14:04 EDT 2024. Contains 371792 sequences. (Running on oeis4.)