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!)
A334135 Number of dimer tilings of a 2*n x 4 Moebius strip. 2
1, 7, 71, 769, 8449, 93127, 1027207, 11332097, 125019649, 1379271559, 15216755911, 167878292737, 1852111179521, 20433349871431, 225430197438727, 2487050546734081, 27438295728380929, 302712011022644999, 3339659377008916807, 36844671993005504257, 406487518942362537217 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Wikipedia, Resultant
FORMULA
a(n)^2 = 4^n * Resultant(U(2*n,x), 1+2*x^2+1/2*x^4), where U(n,x) is a Chebyshev polynomial of the second kind and i = sqrt(-1).
G.f.: ((1-x)*(1-6*x+x^2))/(1-14*x+34*x^2-14*x^3+x^4).
a(n) = 14*a(n-1) - 34*a(n-2) + 14*a(n-3) - a(n-4) for n > 3.
MATHEMATICA
a[n_] := 2^n * Sqrt[Resultant[ChebyshevU[2*n, x/2], ChebyshevT[4, I*x/2], x]]; Array[a, 21, 0] (* Amiram Eldar, May 04 2021 *)
PROG
(PARI) a(n) = sqrtint(4^n*polresultant(polchebyshev(2*n, 2, x/2), 1+2*x^2+1/2*x^4))
(PARI) N=20; x='x+O('x^N); Vec(((1-x)*(1-6*x+x^2))/(1-14*x+34*x^2-14*x^3+x^4))
CROSSREFS
Column 2 of A103997.
Sequence in context: A048552 A260033 A067307 * A357155 A268702 A363009
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Apr 15 2020
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)