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.

A010722 Constant sequence: the all 6's sequence.

Original entry on oeis.org

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: 0

Views

Author

Keywords

Comments

Continued fraction expansion of 3+sqrt(10). - Bruno Berselli, Mar 15 2011
Decimal expansion of Sum_{n >= 0} n/binomial(2*n+1, n) = 2/3. - Bruno Berselli, Sep 14 2015
Decimal expansion of 2/3. - Franklin T. Adams-Watters, Feb 23 2019

References

  • John H. Conway and Richard K. Guy, The Book of Numbers, New York: Springer-Verlag, 1996. See p. 81.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987, p. 29.

Crossrefs

Cf. A145429: decimal expansion of Sum_{n >= 0} n/binomial(2*n, n).
First differences of A008588.

Programs

Formula

G.f.: 6/(1-x). - Bruno Berselli, Mar 15 2011
E.g.f.: 6*e^x. - Vincenzo Librandi, Jan 27 2012
a(n) = floor(1/(-n + csc(1/n))). - Clark Kimberling, Mar 10 2020