cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A372093 Number of Eulerian orientations of the torus grid graph C_5 X C_n.

Original entry on oeis.org

64, 308, 2116, 16892, 143224, 1250228, 11091536, 99371772, 895878604, 8109607248, 73605150496, 669235388612, 6091889767144, 55495316073288, 505799972171296, 4611529143198652, 42053844507644124, 383555932615158068, 3498586905231628036, 31914171636394303392
Offset: 1

Views

Author

Brendan McKay, Apr 18 2024

Keywords

Crossrefs

Row 5 of A298119.
Cf. A298201.

Formula

a(n) = 24*a(n-1) - 219*a(n-2) + 988*a(n-3) - 2407*a(n-4) + 3181*a(n-5) - 2042*a(n-6) + 292*a(n-7) + 280*a(n-8) - 96*a(n-9).
Asymptotically, a(n) ~ 2*(5+sqrt(17))^n.