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.

A372610 Decimal expansion of Sum_{k >= 1} floor((Pi/2)*k)/2^k.

This page as a plain text file.
%I A372610 #14 May 20 2024 10:30:53
%S A372610 2,6,6,9,2,9,1,3,3,8,5,8,2,6,7,7,1,6,5,3,5,4,3,3,0,7,0,8,6,6,1,4,1,7,
%T A372610 3,2,2,8,3,4,6,4,5,6,6,9,2,9,1,3,3,8,5,8,2,6,7,7,1,6,5,3,5,4,3,3,0,6,
%U A372610 9,9,3,1,5,3,8,6,0,7,7,0,0,8,0,7,2,0,9,8,9,4
%N A372610 Decimal expansion of Sum_{k >= 1} floor((Pi/2)*k)/2^k.
%H A372610 Paolo Xausa, <a href="/A372610/b372610.txt">Table of n, a(n) for n = 1..10000</a>
%H A372610 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 A372610 Approximately 339/127, correct to 67 digits: see Example 4.1 (a) in Borwein and Borwein (1992), p. 633.
%e A372610 2.669291338582677165354330708661417322834645669291338582677...
%t A372610 First[RealDigits[Sum[Floor[Pi*k/2]/2^k, {k, 400}], 10, 100]]
%Y A372610 Cf. A000796, A019669, A140758.
%K A372610 nonn,cons
%O A372610 1,1
%A A372610 _Paolo Xausa_, May 07 2024