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.

A210622 Decimal expansion of 377/120.

Original entry on oeis.org

3, 1, 4, 1, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6
Offset: 1

Views

Author

N. J. A. Sloane, Mar 24 2012

Keywords

Comments

Claudius Ptolemy's estimate for Pi.

Examples

			3.1416666666666666666666666666666666666666666666666666666666...
		

References

  • Petr Beckmann, A History of Pi, 3rd Ed., Boulder, Colorado: The Golem Press (1974): p. 26.
  • Florian Cajori, A History of Mathematical Notations, Dover edition (2012), par. 44.
  • Jan Gullberg, Mathematics from the Birth of Numbers, W. W. Norton & Co., NY & London, 1997, ยง3.6 The Quest for Pi, p. 90.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 49.

Crossrefs

Programs

Formula

Equals A021028 plus 3.1. - R. J. Mathar, Mar 27 2012
Equals 3 + A122553 + A021016/10. - Stefano Spezia, Jul 08 2022
From Elmo R. Oliveira, Aug 02 2024: (Start)
G.f.: x*(3 + x + 4*x^2 + x^3) + 6*x^5/(1 - x).
a(n) = 6 for n >= 5. (End)