A010727 Constant sequence: the all 7's sequence.
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
Offset: 0
Links
- Tanya Khovanova, Recursive Sequences
- INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 1015
- Christian Perfect, Integer sequence reviews on Numberphile (or vice versa), 2013.
- Index to divisibility sequences
- Index entries for linear recurrences with constant coefficients, signature (1).
Programs
-
Mathematica
ContinuedFraction[(7 + Sqrt@ 53)/2, 105] (* Or *) CoefficientList[ Series[7/(1 - x), {x, 0, 104}], x] (* Robert G. Wilson v *) PadRight[{},90,7] (* or *) Table[7,{90}] (* Harvey P. Dale, Jun 05 2013 *)
-
PARI
a(n)=7 \\ Charles R Greathouse IV, Sep 24 2015
Formula
G.f.: 7/(1-x). - Bruno Berselli, Mar 15 2011
a(n) = 7. - Arkadiusz Wesolowski, Sep 12 2011
E.g.f.: 7*e^x. - Vincenzo Librandi, Jan 28 2012
Comments