login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A146084
Expansion of 1/(1-x(1-12x)).
3
1, 1, -11, -23, 109, 385, -923, -5543, 5533, 72049, 5653, -858935, -926771, 9380449, 20501701, -92063687, -338084099, 766680145, 4823689333, -4376472407, -62260744403, -9743075519, 737385857317, 854302763545, -7994327524259
OFFSET
0,3
COMMENTS
Row sums of Riordan array (1,x(1-12x)).
FORMULA
a(n) = a(n-1)-12*a(n-2), a(0)=1, a(1)=1.
a(n) = Sum_{k, 0<=k<=n} A109466(n,k)*12^(n-k).
MATHEMATICA
LinearRecurrence[{1, -12}, {1, 1}, 100] (* G. C. Greubel, Jan 30 2016 *)
PROG
(Sage) [lucas_number1(n, 1, 12) for n in range(1, 26)] # Zerinvary Lajos, Apr 22 2009
(PARI) Vec(1/(1-x*(1-12*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
KEYWORD
sign,easy
AUTHOR
Philippe Deléham, Oct 27 2008
STATUS
approved

  NODES
COMMUNITY 1
INTERN 1