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!)
A020874 Number of paths in Moebius ladder M_n. 4

%I #21 Sep 08 2022 08:44:45

%S 0,3,30,135,452,1295,3378,8295,19560,44847,100790,223223,488940,

%T 1061775,2289882,4910535,10480208,22275695,47178270,99605847,

%U 209704980,440390223,922733570,1929364775,4026514872

%N Number of paths in Moebius ladder M_n.

%D J. P. McSorley, Counting structures in the Moebius ladder, Discrete Math., 184 (1998), 137-164.

%H Vincenzo Librandi, <a href="/A020874/b020874.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (8,-26,44,-41,20,-4).

%F a(n) = 10*n*2^n-n^3-5*n^2-11*n.

%F G.f.: -x*(8*x^4-20*x^3+27*x^2-6*x-3) / ((x-1)^4*(2*x-1)^2). - _Colin Barker_, Apr 05 2013

%t CoefficientList[Series[- x (8 x^4 - 20 x^3 + 27 x^2 - 6 x - 3)/((x - 1)^4 (2*x - 1)^2), {x, 0, 30}], x] (* _Vincenzo Librandi_, Oct 16 2013 *)

%t LinearRecurrence[{8,-26,44,-41,20,-4},{0,3,30,135,452,1295},30] (* _Harvey P. Dale_, Apr 05 2018 *)

%o (Magma) [10*n*2^n-n^3-5*n^2-11*n: n in [0..30]]; // _Vincenzo Librandi_, Oct 16 2013

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_.

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 24 07:06 EDT 2024. Contains 371920 sequences. (Running on oeis4.)