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.

A010701 Constant sequence: the all 3's sequence.

Original entry on oeis.org

3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
Offset: 0

Views

Author

Keywords

Comments

Decimal expansion of 1/3. - Raymond Wang, Mar 06 2010
Continued fraction expansion of (3+sqrt(13))/2. - Bruno Berselli, Mar 15 2011

Examples

			1/3 = 0.33333333333333333333333333333333333333333333... - _Bruno Berselli_, Mar 21 2014
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.3.1, p. 281.

Crossrefs

Programs

Formula

G.f.: 3/(1-x). - Bruno Berselli, Mar 15 2011
E.g.f.: 3*e^x. - Vincenzo Librandi, Jan 24 2012
a(n) = A040000(n) + A054977(n). - Reinhard Zumkeller, May 06 2012
a(n) = 3*A000012(n). - Michel Marcus, Dec 18 2015
a(n) = floor(1/(n - cot(1/n))). - Clark Kimberling, Mar 10 2020
Equals Sum_{k>=1} (1/4)^k (as a constant). - Michel Marcus, Jun 11 2020
Equals Sum_{k>=2} (k-1)/binomial(2*k,k) (as a constant). - Amiram Eldar, Jun 05 2021
Equals Sum_{k>=1} (-1)^(k+1)/2^k. - Michal Paulovic, Mar 02 2023