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.

A292822 Decimal expansion of Product_{k>=1} (1 + exp(-4*Pi*k)).

This page as a plain text file.
%I A292822 #3 Sep 24 2017 09:04:30
%S A292822 1,0,0,0,0,0,3,4,8,7,3,5,4,5,1,7,8,5,0,5,2,8,2,2,0,5,5,2,4,5,5,7,9,1,
%T A292822 2,0,9,8,2,2,4,0,2,7,4,2,2,8,6,0,1,8,8,6,6,8,6,0,7,5,6,7,1,1,5,2,8,7,
%U A292822 7,9,7,8,8,9,2,6,0,6,2,6,7,1,0,8,4,8,3,6,0,2,2,4,5,5,0,3,0,3,0,2,7,8,3,5,7
%N A292822 Decimal expansion of Product_{k>=1} (1 + exp(-4*Pi*k)).
%F A292822 Equals (sqrt(2)-1)^(1/4) * exp(Pi/6) / 2^(7/16).
%F A292822 Equals A259151 / A259150.
%e A292822 1.000003487354517850528220552455791209822402742286018866860756711528779...
%t A292822 RealDigits[(Sqrt[2]-1)^(1/4) * E^(Pi/6) / 2^(7/16), 10, 120][[1]]
%t A292822 RealDigits[QPochhammer[-1, E^(-4*Pi)]/2, 10, 120][[1]]
%Y A292822 Cf. A259150, A292826.
%Y A292822 Cf. A292819, A292820, A292821.
%K A292822 nonn,cons
%O A292822 1,7
%A A292822 _Vaclav Kotesovec_, Sep 24 2017