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.
%I A372925 #10 May 20 2024 02:09:03 %S A372925 5,2,7,2,2,0,3,3,0,8,0,4,4,9,2,9,3,6,2,2,4,9,6,8,5,0,1,1,9,2,9,3,3,5, %T A372925 4,4,2,1,8,9,6,3,6,2,2,2,2,8,7,7,5,1,6,5,5,3,6,2,8,3,9,4,4,9,9,1,0,1, %U A372925 9,4,8,9,0,4,9,1,3,8,1,3,9,0,2,3,6,7,1,0,2,4 %N A372925 Decimal expansion of Sum_{k >= 1} A210436(k)^2/2^k. %H A372925 Paolo Xausa, <a href="/A372925/b372925.txt">Table of n, a(n) for n = 1..10000</a> %H A372925 J. M. Borwein and P. B. Borwein, <a href="https://doi.org/10.2307/2324993">Strange Series and High Precision Fraud</a>, The American Mathematical Monthly, Vol. 99, No. 7 (1992), pp. 622-640. %F A372925 Approximately 196669/37303, correct to 88 digits: see Example 4.2 (c) in Borwein and Borwein (1992), pp. 634-635, although there is a typo in the denominator of the summands (6^k instead of 2^k). %e A372925 5.2722033080449293622496850119293354421896362222877516553628... %t A372925 First[RealDigits[Sum[IntegerLength[6^k]^2/2^k, {k, 350}], 10, 100]] %Y A372925 Cf. A000079, A000400, A210436, A372804. %K A372925 nonn,cons %O A372925 1,1 %A A372925 _Paolo Xausa_, May 17 2024