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.

A019632 Decimal expansion of Pi*e/24.

This page as a plain text file.
%I A019632 #14 Sep 08 2022 08:44:44
%S A019632 3,5,5,8,2,2,2,5,9,2,7,8,0,6,5,2,9,4,3,9,4,3,1,4,6,1,9,5,6,4,4,4,0,6,
%T A019632 0,3,9,5,9,7,8,7,0,2,2,3,2,3,5,4,6,4,5,6,7,4,4,9,8,3,3,8,0,4,2,4,1,3,
%U A019632 4,5,2,5,4,6,4,8,8,8,7,8,3,6,4,8,8,5,6,8,2,7,9,0,4,6,0,3,0,8,0
%N A019632 Decimal expansion of Pi*e/24.
%H A019632 G. C. Greubel, <a href="/A019632/b019632.txt">Table of n, a(n) for n = 0..10000</a> (terms 0..1000 from Ivan Panchenko)
%e A019632 0.355822259278065294394314619564440603959787...
%t A019632 RealDigits[Pi*E/24, 10, 50][[1]] (* _G. C. Greubel_, Jan 28 2018 *)
%o A019632 (PARI) Pi*exp(1)/24 \\ _G. C. Greubel_, Jan 28 2018
%o A019632 (Magma) C<i> := ComplexField(); Pi(C)*Exp(1)/24; // _G. C. Greubel_, Jan 28 2018
%Y A019632 Cf. A019609 (e*Pi).
%K A019632 nonn,cons
%O A019632 0,1
%A A019632 _N. J. A. Sloane_