cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A036905 Scan decimal expansion of log(2) until all n-digit strings have been seen; a(n) is number of digits that must be scanned.

This page as a plain text file.
%I A036905 #10 Feb 16 2025 08:32:37
%S A036905 22,444,7655,98370,1107795,12983306
%N A036905 Scan decimal expansion of log(2) until all n-digit strings have been seen; a(n) is number of digits that must be scanned.
%H A036905 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ConstantDigitScanning.html">Constant Digit Scanning</a>
%H A036905 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/NaturalLogarithmof2Digits.html">Natural Logarithm of 2 Digits</a>
%Y A036905 Cf. A002162 (decimal expansion of log(2)).
%Y A036905 Cf. A036901 (last n-digit number encountered in scanning the decimal digits of log(2)).
%Y A036905 Cf. A032510, A036900-A036906.
%K A036905 nonn,base,more
%O A036905 1,1
%A A036905 _Michael Kleber_