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!)
A212336 Expansion of 1/(1 - 23*x + 23*x^2 - x^3). 21

%I #49 Sep 08 2022 08:46:02

%S 1,23,506,11110,243915,5355021,117566548,2581109036,56666832245,

%T 1244089200355,27313295575566,599648413462098,13164951800590591,

%U 289029291199530905,6345479454589089320,139311518709760434136,3058507932160140461673

%N Expansion of 1/(1 - 23*x + 23*x^2 - x^3).

%C Partial sums of A077421.

%H Bruno Berselli, <a href="/A212336/b212336.txt">Table of n, a(n) for n = 0..200</a>

%H Robert K. Moniot, <a href="/A212336/a212336.pdf">A Family of Integer Sequences</a>, 2021.

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

%F G.f.: 1/((1-x)*(1 - 22*x + x^2)).

%F a(n) = (((6+sqrt(30))^(2*n+3) + (6-sqrt(30))^(2*n+3))/6^(n+1) - 12)/240.

%F a(n) = a(-n-3) = 23*a(n-1) - 23*a(n-2) + a(n-3).

%F a(n)*a(n+2) = a(n+1)*(a(n+1)-1).

%F a(n+1) - 11*a(n) = A133285(n+2).

%F 11*a(n+1) - a(n) = (1/5)*A157096(n+2).

%F a(n) = (1/20)*(-1 + 21*ChebyshevU(n, 11) - ChebyshevU(n-1, 11)). - _G. C. Greubel_, Feb 07 2022

%p a:= n-> (<<0|1|0>, <0|0|1>, <1|-23|23>>^n. <<1, 23, 506>>)[1, 1]:

%p seq(a(n), n=0..20); # _Alois P. Heinz_, Jun 15 2012

%t CoefficientList[Series[1/(1 - 23 x + 23 x^2 - x^3), {x, 0, 16}], x]

%t LinearRecurrence[{23, -23, 1}, {1, 23, 506}, 20] (* _Vincenzo Librandi_, Aug 18 2013 *)

%o (PARI) Vec(1/(1-23*x+23*x^2-x^3)+O(x^17))

%o (Maxima) makelist(coeff(taylor(1/(1-23*x+23*x^2-x^3), x, 0, n), x, n), n, 0, 16);

%o (Magma) m:=17; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/(1-23*x+23*x^2-x^3)));

%o (Magma) I:=[1,23,506]; [n le 3 select I[n] else 23*Self(n-1)-23*Self(n-2)+Self(n-3): n in [1..20]]; // _Vincenzo Librandi_, Aug 18 2013

%o (Sage) [(1/20)*(-1 +21*chebyshev_U(n, 11) -chebyshev_U(n-1, 11)) for n in (0..30)] # _G. C. Greubel_, Feb 07 2022

%Y Sequences with g.f. of the type 1/(1-k*x+k*x^2-x^3): A334673 (k=24), A212336 (k=23), A212335 (k=22), A097833 (k=21), A097832 (k=20), A049664 (k=19), A097831-A097829 (k=18,17,16), A076139 (k=15), A097828-A097826 (k=14,13,12), A097784 (k=11), A092420 (k=10), A076765 (k=9), A092521 (k=8), A053142 (k=7), A089817(k=6), A061278 (k=5), A027941 (k=4), A000217 (k=3), A021823 (k=2), A133872 (k=1), A079978 (k=0).

%K nonn,easy

%O 0,2

%A _Bruno Berselli_, Jun 08 2012

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 April 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)