(MAGMAMagma) [1] cat [12*11^(n-1): n in [1..20]]; // Vincenzo Librandi, Dec 11 2012
(MAGMAMagma) [1] cat [12*11^(n-1): n in [1..20]]; // Vincenzo Librandi, Dec 11 2012
reviewed
approved
proposed
reviewed
editing
proposed
k := 12; seq(`if `(n = 0 then , 1 else , k*(k-1)^(n-1); fi), n = 0..25); # modified by _G. C. Greubel_, Sep 24 2019
CoefficientList[Series[(1 + x)/(1 - 11 x11x), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 10 2012 *)
proposed
editing
editing
proposed
<a href="/index/Tra#trees">Index entries for sequences related to trees</a>
<a href="/index/Tra#trees">Index entries for sequences related to trees</a>
reviewed
editing
proposed
reviewed
editing
proposed
GExpansion of g.f.: (1+x)/(1-11*x).
<a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (11).
<a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (11).
a(n) = Sum_{ 0<=k<=0..n } A029653(n, k)*x^k for x = 10. - Philippe Deléham, Jul 10 2005
G.f.: (1+x)/(1-11x11*x). The Hankel transform of this sequence is [1,-12,0,0,0,0,0,0,0,...]. - Philippe Deléham, Nov 21 2007
(Sage) [1]+[12*11^(n-1) for n in (1..20)] # G. C. Greubel, Sep 23 2019
(GAP) Concatenation([1], List([1..20], n-> 12*11^(n-1) )); # G. C. Greubel, Sep 23 2019
approved
editing