login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A070912
Binary expansion of BesselI(0,2).
0
1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1
OFFSET
2,1
EXAMPLE
10.010001111001...
MATHEMATICA
RealDigits[BesselI[0, 2], 2, 100][[1]] (* Amiram Eldar, May 23 2022 *)
PROG
(PARI) concat(binary(besseli(0, 2))) \\ Charles R Greathouse IV, Apr 18 2016
CROSSREFS
Cf. A070910.
Sequence in context: A359781 A030315 A119498 * A014108 A014207 A014072
KEYWORD
base,cons,easy,nonn
AUTHOR
Benoit Cloitre, May 20 2002
STATUS
approved