login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146083 Expansion of 1/(1 - x*(1 - 11*x)). 4
1, 1, -10, -21, 89, 320, -659, -4179, 3070, 49039, 15269, -524160, -692119, 5073641, 12686950, -43123101, -182679551, 291674560, 2301149621, -907270539, -26219916370, -16239940441, 272179139629, 450818484480, -2543152051439 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Row sums of Riordan array (1,x(1-11x)).
LINKS
FORMULA
a(n) = a(n-1)-11*a(n-2) ; a(0)=1, a(1)=1.
a(n) = Sum_{k=0..n} A109466(n,k)*11^(n-k).
From G. C. Greubel, Jan 31 2016: (Start)
G.f.: 1/(1-x+11*x^2).
E.g.f.: exp(x/2)*(cos(sqrt(43)*x/2) + (1/sqrt(43))*sin(sqrt(43)*x/2)).
(End)
MATHEMATICA
LinearRecurrence[{1, -11}, {1, 1}, 30] (* Harvey P. Dale, Jan 07 2016 *)
PROG
(Sage) [lucas_number1(n, 1, 11) for n in range(1, 26)] # Zerinvary Lajos, Apr 22 2009
(PARI) Vec(1/(1-x*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
(Magma) [n le 2 select 1 else Self(n-1)-11*Self(n-2): n in [1..30]]; // Vincenzo Librandi, Jan 31 2016
CROSSREFS
Sequence in context: A041196 A082669 A215574 * A321722 A306208 A001739
KEYWORD
sign,easy
AUTHOR
Philippe Deléham, Oct 27 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 5 19:51 EDT 2024. Contains 372280 sequences. (Running on oeis4.)