login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A085114
Binary expansion of Sum 1/(p*2^p) where p runs through the set of Artin primes (primes with primitive root 2).
1
0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0
OFFSET
0,1
COMMENTS
David H. Bailey and Richard E. Crandal conjectured that this constant is 2-normal.
REFERENCES
David H. Bailey and Richard E. Crandall, Random Generators and Normal Numbers, 2000
FORMULA
0.00001100010001111100....
PROG
(PARI) sum(k=1, 2000, if(znprimroot(prime(k))-2, 0, 1)*1./prime(k)/2^prime(k))
CROSSREFS
Sequence in context: A131533 A131532 A353513 * A286336 A011661 A011660
KEYWORD
base,cons,nonn
AUTHOR
Benoit Cloitre, Aug 10 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 08:59 EDT 2024. Contains 376097 sequences. (Running on oeis4.)