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.

A226204 Decimal expansion of the length (in meters) of the seconds pendulum, a pendulum whose period is two seconds at standard gravity.

Original entry on oeis.org

9, 9, 3, 6, 2, 2
Offset: 0

Views

Author

Keywords

Comments

This length is very close to 1 because g ~ 9.81 is very close to Pi^2 ~ 9.87. Its equivalent in inches is 39.1189.

Examples

			0.993622
		

Crossrefs

Programs

  • Mathematica
    g/Pi^2 /. g -> 9.80665`6 // RealDigits // First

Formula

g/Pi^2