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.

Showing 1-3 of 3 results.

A238115 Number of states arising in matrix method for enumerating Hamiltonian cycles on a 2n X 2n grid.

Original entry on oeis.org

1, 6, 32, 182, 1117, 7280, 49625, 349998, 2535077, 18758264, 141254654, 1079364104, 8350678169, 65298467486, 515349097712, 4100346740510, 32858696386765, 265001681344568, 2149447880547398, 17524254766905368, 143540915998174577, 1180736721910617182
Offset: 1

Views

Author

N. J. A. Sloane, Mar 05 2014

Keywords

Crossrefs

Programs

  • Maple
    a := n -> hypergeom([1/2, -n, -n], [1, 2], 4) - 1:
    seq(simplify(a(n)), n = 1..22);  # Peter Luschny, Dec 13 2024
  • PARI
    a(n)=sum(k=1,n,binomial(n,k)^2*binomial(2*k,k)/(k+1)) \\ Andrew Howroyd, Dec 13 2024

Formula

From Andrew Howroyd, Dec 13 2024: (Start)
a(n) = Sum_{k=1..n} binomial(n,k)^2 * A000108(k).
a(n) = A086618(n) - 1. (End)

A238117 Number of states with reflective symmetry arising in matrix method for enumerating Hamiltonian cycles on 2n X 2n grid.

Original entry on oeis.org

1, 4, 14, 40, 120, 320, 946, 2496, 7418, 19616
Offset: 1

Views

Author

N. J. A. Sloane, Mar 05 2014

Keywords

Crossrefs

A238118 Number of continuations with reflective symmetry arising in matrix method for enumerating Hamiltonian cycles on 2n X 2n grid.

Original entry on oeis.org

1, 6, 20, 101, 327, 1560, 5333, 24727, 88422, 403552
Offset: 1

Views

Author

N. J. A. Sloane, Mar 05 2014

Keywords

Crossrefs

Showing 1-3 of 3 results.