A010692 Constant sequence: a(n) = 10.
10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10
Offset: 0
Links
Programs
-
Mathematica
PadRight[{},100,10] (* Harvey P. Dale, Sep 03 2015 *)
-
Maxima
makelist(10,n,0,30); /* Martin Ettl, Nov 09 2012 */
-
PARI
a(n)=10 \\ Charles R Greathouse IV, Oct 07 2015
Formula
G.f.: 10/(1-x); e.g.f.: 10*e^x. - Vincenzo Librandi, Jan 29 2012
Comments