A010722 Constant sequence: the all 6's sequence.
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
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.
Links
- INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 1014.
- Tanya Khovanova, Recursive Sequences.
- Index to divisibility sequences.
- Index entries for linear recurrences with constant coefficients, signature (1).
Crossrefs
Programs
-
PARI
a(n)=6 \\ Charles R Greathouse IV, Sep 28 2015
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
Comments