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.

A120029 Decimal expansion of the value of Minkowski's question mark function at Levy's constant (Exp[Pi^2/(12*Log[2])], A086702).

This page as a plain text file.
%I A120029 #7 Jul 29 2021 10:15:19
%S A120029 3,1,6,4,0,6,2,4,9,9,9,9,2,7,2,4,0,4,2,3,8,5,8,1,6,5,7,4,0,9,6,6,7,9,
%T A120029 6,8,7,4,9,9,9,9,9,9,9,9,9,9,9,9,9,7,3,2,6,6,6,4,0,8,4,0,0,2,7,1,0,9,
%U A120029 3,8,0,5,8,0,2,1,0,6,6,1,4,9,6,1,8,0,7,9,6,6,8,9,9,1,2,2,2,3,7,4
%N A120029 Decimal expansion of the value of Minkowski's question mark function at Levy's constant (Exp[Pi^2/(12*Log[2])], A086702).
%C A120029 a[92] has over 150 decimal digits, making 750332738256083509758042341909438953923620244270237443771885409340366143805720089/2^267 an excellent approximation to the constant.
%H A120029 <a href="/index/Me#MinkowskiQ">Index entries for sequences related to Minkowski's question mark function</a>
%e A120029 3.164062499992724042385816574096679687499999999999997...
%t A120029 RealDigits[cf = ContinuedFraction[Exp[Pi^2/(12*Log[2])], 50(*arbitrary precision*)]; IntegerPart[Exp[Pi^2/(12*Log[2])]] + Sum[(-1)^(k)/2^(Sum[cf[[i]], {i, 2, k}] - 1), {k, 2, Length[cf]}], 10, 100]
%Y A120029 Cf. A120028.
%K A120029 cons,nonn
%O A120029 1,1
%A A120029 Joseph Biberstine (jrbibers(AT)indiana.edu), Jun 04 2006