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

A002580 Decimal expansion of cube root of 2.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

2^(1/3) is Hermite's constant gamma_3. - Jean-François Alcover, Sep 02 2014, after Steven Finch.
For doubling the cube using origami and a standard geometric construction employing two right angles see the W. Lang link, Application 2, p. 14, and the references given there. See also the L. Newton link. - Wolfdieter Lang, Sep 02 2014
Length of an edge of a cube with volume 2. - Jared Kish, Oct 16 2014
For any positive real c, the mappings R(x)=(c*x)^(1/4) and S(x)=sqrt(c/x) have the same unique attractor c^(1/3), to which their iterated applications converge from any complex plane point. The present case is obtained setting c=2. It is noteworthy that in this way one can evaluate cube roots using only square roots. The CROSSREFS list some other cases of cube roots to which this comment might apply. - Stanislav Sykora, Nov 11 2015
The cube root of any positive number can be connected to the Philo lines (or Philon lines) for a 90-degree angle. If the equation x^3-2 is represented using Lill's method, it can be shown that the path of the root 2^(1/3) creates the shortest segment (Philo line) from the x axis through (1,2) to the y axis. For more details see the article "Lill's method and the Philo Line for Right Angles" linked below. - Raul Prisacariu, Apr 06 2024

Examples

			1.2599210498948731647672106072782283505702514...
		

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See pp. 192-193.
  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, §3.4 Irrational Numbers and §12.3 Euclidean Construction, pp. 84, 421.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • Horace S. Uhler, Many-figure approximations for cubed root of 2, cubed root of 3, cubed root of 4, and cubed root of 9 with chi2 data. Scripta Math. 18, (1952). 173-176.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987, pp. 33-34.

Crossrefs

Cf. A002945 (continued fraction), A270714 (reciprocal), A253583.
Cf. A246644.

Programs

  • Maple
    Digits:=100: evalf(2^(1/3)); # Wesley Ivan Hurt, Nov 12 2015
  • Mathematica
    RealDigits[N[2^(1/3), 5!]] (* Vladimir Joseph Stephan Orlovsky, Sep 04 2008 *)
  • PARI
    default(realprecision, 20080); x=2^(1/3); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b002580.txt", n, " ", d));  \\ Harry J. Smith, May 07 2009
    
  • PARI
    default(realprecision, 100); x= 2^(1/3); for(n=1, 100, d=floor(x); x=(x-d)*10; print1(d, ", "))  \\ Altug Alkan, Nov 14 2015

Formula

(-2^(1/3) - 2^(1/3) * sqrt(-3))^3 = (-2^(1/3) + 2^(1/3) * sqrt(-3))^3 = 16. - Alonso del Arte, Jan 04 2015
Set c=2 in the identities c^(1/3) = sqrt(c/sqrt(c/sqrt(c/...))) = sqrt(sqrt(c*sqrt(sqrt(c*sqrt(sqrt(...)))))). - Stanislav Sykora, Nov 11 2015
Equals Product_{k>=0} (1 + (-1)^k/(3*k + 2)). - Amiram Eldar, Jul 25 2020
From Peter Bala, Mar 01 2022: (Start)
Equals Sum_{n >= 0} (1/(3*n+1) - 1/(3*n-2))*binomial(1/3,n) = (3/2)* hypergeom([-1/3, -2/3], [4/3], -1). Cf. A290570.
Equals 4/3 - 4*Sum_{n >= 1} binomial(1/3,2*n+1)/(6*n-1) = (4/3)*hypergeom ([1/2, -1/6], [3/2], 1).
Equals hypergeom([-2/3, -1/6], [1/2], 1).
Equals hypergeom([2/3, 1/6], [4/3], 1). (End)

A232814 Decimal expansion of the minimum surface index of a half-open cylinder.

Original entry on oeis.org

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

Views

Author

Stanislav Sykora, Dec 04 2013

Keywords

Comments

Equivalently, the minimum external surface area among all pots or cups (half-open cylinders) delimiting a unit volume. It is attained when the cylinder is right circular and its height matches the radius of its base. We might call it the 'cooking pot constant'. It minimizes the material needed to make the pot (and also its cooling rate). Its determination is a nice exercise in elementary analysis.
For a general definition of surface index, see A232808.

Examples

			4.3937756626845697890604275817913711752157905668838115230717678...
		

Crossrefs

Cf. Other surface indices: A232808 (spheres), A232809, A232810, A232811, A232812 (platonic solids), A232813 (closed cylinders), A232815 (closed cones), A232816 (open cones), A232817 (open tubes).
Cf. A092039.

Programs

  • Mathematica
    RealDigits[3 * Surd[Pi, 3], 10, 120][[1]] (* Amiram Eldar, May 17 2023 *)

Formula

Equals 3*Pi^(1/3) = 3*A092039.

A093204 Decimal expansion of Pi^(-1/3).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 22 2004

Keywords

Examples

			0.682784063255295681467020833...
		

Crossrefs

Programs

Formula

1/A092039. - M. F. Hasler, Oct 07 2014

A240977 Beatty sequence for cube root of Pi: a(n) = floor(n*Pi^(1/3)).

Original entry on oeis.org

0, 1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 16, 17, 19, 20, 21, 23, 24, 26, 27, 29, 30, 32, 33, 35, 36, 38, 39, 41, 42, 43, 45, 46, 48, 49, 51, 52, 54, 55, 57, 58, 60, 61, 62, 64, 65, 67, 68, 70, 71, 73, 74, 76, 77, 79, 80, 82, 83, 84
Offset: 0

Views

Author

Sarah Nathanson, Sep 30 2014

Keywords

Comments

Beatty complement of A248524. - M. F. Hasler, Oct 07 2014

Crossrefs

Cf. A092039 (Pi^(1/3)), A022844 (similar for Pi), A037086 (similar for sqrt(Pi)), A248524.

Programs

  • Java
    static int a(int n) {return (int) (n*Math.pow(Math.PI,(1.0/3)));}
    
  • Mathematica
    Table[Floor[n*(Pi^(1/3))], {n, 0, 50}] (* G. C. Greubel, Feb 14 2017 *)
  • PARI
    a(n)=n\Pi^(-1/3) \\ M. F. Hasler, Oct 07 2014

Formula

a(n) = floor(n*(Pi^1/3)).

Extensions

a(0)=0 prepended by Eric M. Schmidt, Oct 06 2014
Name edited by M. F. Hasler, Oct 07 2014

A197111 Continued fraction for cube root of Pi and its inverse.

Original entry on oeis.org

0, 1, 2, 6, 1, 1, 3, 1, 1, 1, 2, 2, 1, 1, 2, 7, 1, 5, 5, 53, 3, 29, 3, 2, 6, 1, 1, 2, 1, 4, 8, 3, 2, 2, 1, 13, 1, 3, 1, 2, 1, 1, 1, 1, 2, 11, 4, 1, 37, 1, 142, 2, 1, 1, 8, 1, 19, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 3, 24, 1, 1, 1, 7, 1, 55, 9, 1, 1, 1, 224, 2
Offset: 0

Views

Author

Michael Lee, Oct 10 2011

Keywords

Comments

Starting with a(0) this is the cont.frac. of Pi^(-1/3), and starting with a(1) the cont.frac. of Pi^(1/3). - M. F. Hasler, Oct 07 2014

Examples

			Pi^(1/3) = 1.4645918875615232630201425272637903917385968556279371743572...
		

Crossrefs

Programs

  • Mathematica
    ContinuedFraction[Pi^(1/3)]
  • PARI
    contfrac(Pi^(-1/3)) \\ M. F. Hasler, Oct 07 2014

A248524 Beatty sequence for 1/(1-Pi^(-1/3)).

Original entry on oeis.org

3, 6, 9, 12, 15, 18, 22, 25, 28, 31, 34, 37, 40, 44, 47, 50, 53, 56, 59, 63, 66, 69, 72, 75, 78, 81, 85, 88, 91, 94, 97, 100, 104, 107, 110, 113, 116, 119, 122, 126, 129, 132, 135, 138, 141, 145, 148, 151, 154, 157, 160, 163, 167, 170, 173, 176, 179, 182
Offset: 1

Views

Author

M. F. Hasler, Oct 07 2014

Keywords

Comments

Beatty complement of A240977.

Crossrefs

Cf. A092039 (Pi^(1/3)), A093204 (Pi^(-1/3)), A022844 (Beatty seq. for Pi), A037086 (Beatty seq. for sqrt(Pi)).

Programs

  • Mathematica
    Table[Floor[n/(1 - Pi^(-1/3))], {n, 1, 50}] (* G. C. Greubel, Apr 06 2017 *)
  • PARI
    a(n)=n\(1-Pi^(-1/3))

Formula

a(n) = floor(n/(1-Pi^(-1/3))).
Showing 1-6 of 6 results.