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!)
A146084 Expansion of 1/(1-x(1-12x)). 3

%I #26 Mar 03 2024 14:46:10

%S 1,1,-11,-23,109,385,-923,-5543,5533,72049,5653,-858935,-926771,

%T 9380449,20501701,-92063687,-338084099,766680145,4823689333,

%U -4376472407,-62260744403,-9743075519,737385857317,854302763545,-7994327524259

%N Expansion of 1/(1-x(1-12x)).

%C Row sums of Riordan array (1,x(1-12x)).

%H G. C. Greubel, <a href="/A146084/b146084.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (1, -12).

%F a(n) = a(n-1)-12*a(n-2), a(0)=1, a(1)=1.

%F a(n) = Sum_{k, 0<=k<=n} A109466(n,k)*12^(n-k).

%t LinearRecurrence[{1, -12}, {1, 1}, 100] (* _G. C. Greubel_, Jan 30 2016 *)

%o (Sage) [lucas_number1(n,1,12) for n in range(1, 26)] # _Zerinvary Lajos_, Apr 22 2009

%o (PARI) Vec(1/(1-x*(1-12*x))+O(x^99)) \\ _Charles R Greathouse IV_, Sep 26 2012

%Y Cf. A010892, A107920, A106852, A106853, A106854, A145934, A145976, A145978, A146078, A146080, A146083

%K sign,easy

%O 0,3

%A _Philippe Deléham_, Oct 27 2008

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 August 14 23:14 EDT 2024. Contains 375171 sequences. (Running on oeis4.)