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.

A093577 Decimal expansion of (3/4)*sqrt(2).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Apr 01 2004

Keywords

Comments

Side length of Prince Rupert's cube: the largest cube that can be passed through a given unit cube (slightly larger than the given cube!).

Examples

			1.060660171779821286601266543157273558927253906532711...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 8.14, p. 524.
  • Clifford A. Pickover, The Math Book, Sterling Publishing Co. (New York), 2009, p. 214.
  • D. J. E. Schrek, Prince Rupert's problem and its extension by Pieter Nieuwland, Scripta Math. 16 (1950), pp. 73-80 and 261-267.
  • David Wells, Penguin Dictionary of Curious and Interesting Geometry, 1991, p. 195.

Programs

Formula

Equals Sum_{k>=0} binomial(2*k,k)/36^k. - Amiram Eldar, Aug 04 2022