[go: up one dir, main page]

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
0, 3, 30, 135, 452, 1295, 3378, 8295, 19560, 44847, 100790, 223223, 488940, 1061775, 2289882, 4910535, 10480208, 22275695, 47178270, 99605847, 209704980, 440390223, 922733570, 1929364775, 4026514872 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
J. P. McSorley, Counting structures in the Moebius ladder, Discrete Math., 184 (1998), 137-164.
LINKS
FORMULA
a(n) = 10*n*2^n-n^3-5*n^2-11*n.
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
MATHEMATICA
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 *)
LinearRecurrence[{8, -26, 44, -41, 20, -4}, {0, 3, 30, 135, 452, 1295}, 30] (* Harvey P. Dale, Apr 05 2018 *)
PROG
(Magma) [10*n*2^n-n^3-5*n^2-11*n: n in [0..30]]; // Vincenzo Librandi, Oct 16 2013
CROSSREFS
Sequence in context: A365290 A221516 A174774 * A161806 A003689 A127868
KEYWORD
nonn,easy
AUTHOR
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 August 29 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)