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.

Showing 1-4 of 4 results.

A100074 Decimal expansion of Pi^2/(12*e^3).

Original entry on oeis.org

0, 4, 0, 9, 4, 8, 2, 2, 2, 4, 2, 3, 4, 0, 0, 5, 6, 3, 5, 2, 1, 9, 4, 1, 8, 0, 4, 6, 3, 3, 8, 0, 7, 2, 4, 2, 0, 9, 3, 7, 2, 7, 2, 9, 9, 7, 4, 5, 6, 8, 9, 6, 1, 8, 4, 7, 7, 7, 8, 1, 7, 0, 0, 3, 0, 2, 3, 0, 9, 3, 4, 7, 4, 9, 3, 8, 1, 0, 9, 7, 9, 2, 5, 8, 5, 4, 7, 4, 0, 1, 3, 4, 3, 4, 3, 2, 8, 0, 3, 5, 9, 2, 5
Offset: 0

Views

Author

Eric W. Weisstein, Nov 02 2004

Keywords

Examples

			0.040948222423400563521941804633807242093727299745689...
		

Crossrefs

Cf. A002388 (Pi^2), A091933 (e^3), A092035 (Pi^2/e^2).

Programs

  • Mathematica
    Join[{0}, RealDigits[Pi^2*Exp[-3]/12, 10, 120][[1]]] (* Amiram Eldar, Jun 09 2021 *)
  • SageMath
    numerical_approx(pi^2*exp(-3)/12, digits=120) # G. C. Greubel, Jun 08 2022

Formula

Equals Sum_{k >= 1} (-1)^(k+1) * cos(sqrt(k^2*Pi^2 - 9))/k^2 (Gosper et al., 1993). - Amiram Eldar, Jun 09 2021
More generally, it appears that Pi^2/(12*exp(x)) = Sum_{k >= 1} (-1)^(k+1)*cos(sqrt(k^2*Pi^2*x/3 - x^2))/k^2 for 0 <= x <= 3. The above identity is the case x = 3. - Peter Bala, Jun 20 2022

A092156 Decimal expansion of (Pi/e)^3.

Original entry on oeis.org

1, 5, 4, 3, 7, 1, 1, 6, 1, 6, 9, 1, 4, 9, 9, 2, 6, 0, 4, 1, 8, 7, 7, 3, 8, 7, 2, 6, 6, 7, 6, 0, 5, 4, 8, 3, 4, 2, 9, 2, 4, 1, 3, 7, 6, 9, 0, 3, 3, 3, 7, 1, 8, 0, 3, 9, 6, 5, 3, 3, 7, 6, 5, 9, 7, 8, 7, 4, 9, 1, 1, 3, 2, 7, 7, 3, 3, 4, 8, 3, 7, 6, 0, 0, 7, 8, 5, 4, 6, 4, 5, 3, 9, 3, 7, 1, 2, 2, 9, 7
Offset: 1

Views

Author

Mohammad K. Azarian, Mar 31 2004

Keywords

Examples

			1.54371161691
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(Pi/E)^3, 10, 100][[1]] (* Vincenzo Librandi, Mar 01 2013 *)

A092157 Decimal expansion of (Pi/e)^4.

Original entry on oeis.org

1, 7, 8, 4, 1, 0, 9, 7, 3, 5, 8, 5, 8, 6, 2, 3, 0, 0, 4, 8, 0, 0, 6, 7, 5, 1, 8, 9, 9, 8, 7, 3, 7, 5, 3, 0, 8, 5, 5, 1, 2, 8, 6, 0, 2, 9, 0, 7, 0, 5, 7, 0, 5, 9, 3, 2, 0, 4, 3, 4, 8, 0, 2, 9, 4, 6, 4, 6, 7, 6, 2, 6, 8, 1, 1, 8, 5, 2, 7, 7, 6, 6, 1, 0, 7, 9, 4, 1, 7, 8, 1, 2, 9, 9, 9, 9, 7, 7, 4, 2
Offset: 1

Views

Author

Mohammad K. Azarian, Mar 31 2004

Keywords

Examples

			1.7841097358586
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(Pi/E)^4, 10, 100][[1]] (* Vincenzo Librandi, Mar 01 2013 *)

A092158 Decimal expansion of (Pi/e)^5.

Original entry on oeis.org

2, 0, 6, 1, 9, 4, 4, 4, 1, 6, 7, 6, 0, 0, 6, 7, 7, 4, 1, 3, 5, 4, 1, 2, 3, 2, 9, 5, 8, 3, 3, 5, 7, 7, 8, 3, 2, 9, 0, 8, 6, 9, 2, 1, 7, 2, 3, 3, 9, 5, 3, 6, 1, 4, 2, 8, 4, 1, 4, 5, 3, 0, 1, 5, 7, 1, 7, 1, 6, 9, 1, 8, 0, 7, 4, 4, 1, 8, 0, 6, 2, 1, 5, 4, 5, 8, 5, 3, 7, 1, 8, 4, 4, 6, 7, 4, 1, 9, 3, 7
Offset: 1

Views

Author

Mohammad K. Azarian, Mar 31 2004

Keywords

Examples

			2.0619444167600677
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(Pi/E)^5, 10, 100][[1]] (* Vincenzo Librandi, Mar 01 2013 *)
Showing 1-4 of 4 results.