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.

A036901 Scan decimal expansion of log(2) until all n-digit strings have been seen; a(n) is last string seen.

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