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.

A372597 Decimal expansion of (10/99)*log(10).

This page as a plain text file.
%I A372597 #14 Nov 21 2024 08:33:11
%S A372597 2,3,2,5,8,4,3,5,2,8,2,7,6,8,1,3,8,2,2,2,4,0,3,9,5,4,0,8,7,7,2,0,8,5,
%T A372597 0,5,8,1,8,2,9,3,0,7,9,6,5,9,4,7,2,0,1,7,7,8,1,1,4,4,2,3,2,4,2,0,9,6,
%U A372597 6,9,3,0,2,7,0,4,3,9,6,4,4,4,6,8,2,8,2,5,4,5
%N A372597 Decimal expansion of (10/99)*log(10).
%H A372597 Paolo Xausa, <a href="/A372597/b372597.txt">Table of n, a(n) for n = 0..10000</a>
%H A372597 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.
%H A372597 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%F A372597 Equals Sum_{k >= 1} e(k)/(k*(k + 1)), where e(k) is the reflection of k through the decimal point (e.g., e(120) = 0.021). See Sum 6 in Borwein and Borwein (1992), p. 623.
%e A372597 0.2325843528276813822240395408772085058182930796594720...
%t A372597 First[RealDigits[10*Log[10]/99, 10, 100]]
%o A372597 (PARI) log(10)*10/99 \\ _Charles R Greathouse IV_, Nov 21 2024
%Y A372597 Cf. A002392.
%K A372597 nonn,cons
%O A372597 0,1
%A A372597 _Paolo Xausa_, May 06 2024