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.

A072365 Decimal expansion of (1/3)^(1/3).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Jul 18 2002

Keywords

Comments

Minimum value of (1/n)^(1/n) for integer n>0.

Examples

			.693361274350634704843352274785...
		

Crossrefs

Cf. A072364.

Programs

  • Magma
    (1/3)^(1/3); // G. C. Greubel, May 29 2018
  • Mathematica
    RealDigits[Surd[1/3,3],10,120][[1]] (* Harvey P. Dale, Nov 03 2013 *)
  • PARI
    (1/3)^(1/3)