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-1 of 1 results.

A133066 Decimal expansion of (e*Pi*Phi)^(1/3).

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Nov 09 2007

Keywords

Comments

phi = (1 + sqrt(5))/2 = 1.61803...

Examples

			2.39962842784...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[(E \[Pi] GoldenRatio)^(1/3),80]][[1]]  (* Harvey P. Dale, Feb 08 2011 *)
  • PARI
    (exp(1)*Pi*(1+sqrt(5))/2)^(1/3) \\ G. C. Greubel, Oct 20 2017

Extensions

More terms from Harvey P. Dale, Feb 08 2011
Showing 1-1 of 1 results.