The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A020870 Number of strong single-component edge-subgraphs in Moebius ladder M_n. 1
38, 205, 1092, 5719, 29486, 150049, 755432, 3769771, 18673250, 91917621, 450025692, 2193031871, 10643233110, 51467250249, 248079277008, 1192335047635, 5715823515722, 27336235315037, 130457855039172, 621374856379623, 2954332179898174, 14023263123496049 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
J. P. McSorley, Counting structures in the Moebius ladder, Discrete Math., 184 (1998), 137-164.
FORMULA
a(n) = n-1+[n(17-sqrt(17))/34+1][(5+sqrt(17))/2]^n+[n(17+sqrt(17))/34+1][(5-sqrt(17))/2]^n: G.f.: x^2(38-251x+532x^2-479x^3+192x^4-28x^5)/[(1-x)^2*(1-5x+2x^2)^2]. - Emeric Deutsch, Dec 21 2004
MAPLE
a:=n->(n*(17-sqrt(17))/34+1)*((5+sqrt(17))/2)^n+(n*(17+sqrt(17))/34+1)*((5-sqrt(17))/2)^n+n-1: seq(simplify(a(n)), n=2..24); # Emeric Deutsch, Dec 21 2004
MATHEMATICA
LinearRecurrence[{12, -50, 88, -73, 28, -4}, {38, 205, 1092, 5719, 29486, 150049}, 30] (* Harvey P. Dale, May 08 2022 *)
PROG
(PARI) Vec(-x^2*(28*x^5-192*x^4+479*x^3-532*x^2+251*x-38)/((x-1)^2*(2*x^2-5*x+1)^2) + O(x^30)) \\ Colin Barker, Aug 01 2015
CROSSREFS
Sequence in context: A281769 A191698 A124238 * A211502 A259518 A209250
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Emeric Deutsch, Dec 21 2004
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 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)