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-2 of 2 results.

A368378 Arises from enumeration of a certain class of partial zig-zag knight's paths on the square grid.

Original entry on oeis.org

0, 1, 1, 2, 4, 5, 14, 14, 48, 42, 165, 132, 572, 429, 2002, 1430, 7072, 4862, 25194, 16796, 90440, 58786, 326876, 208012, 1188640, 742900, 4345965, 2674440, 15967980, 9694845, 58929450, 35357670, 218349120, 129644790, 811985790, 477638700, 3029594040
Offset: 0

Views

Author

N. J. A. Sloane, Feb 18 2024

Keywords

Comments

It would be nice to have a more precise definition.

Crossrefs

The two bisections are A000108 and A099376. The first differences are A026008.

Programs

  • Mathematica
    r = (1 - 2z^2 - Sqrt[1-4z^2]) / (2z^2);
    gf = (r^2 z + r u^2 + r u + 2 r z + z) / (z (1 - r u));
    Table[SeriesCoefficient[gf,{u,0,1},{z,0,n}], {n,0,50}] (* Andrei Zabolotskii, Jul 25 2025 *)

Formula

G.f.: (1/x + 1 + 2*R(x) + R(x)^2) * R(x), where R(x) = (1 - sqrt(1-4*x^2)) / (2*x^2) - 1. - Andrei Zabolotskii, Jul 25 2025

Extensions

Terms a(11) and beyond from Andrei Zabolotskii, Jul 25 2025

A368380 Arises from enumeration of a certain class of partial zig-zag knight's paths on the square grid.

Original entry on oeis.org

0, 0, 0, 1, 0, 5, 1, 20, 8, 75, 44, 275, 208, 1001, 910, 3640, 3808, 13260, 15504, 48450, 62016, 177650, 245157, 653752, 961400, 2414425, 3749460, 8947575, 14567280, 33266625, 56448210, 124062000, 218349120, 463991880, 843621600, 1739969550, 3257112960
Offset: 0

Views

Author

N. J. A. Sloane, Feb 18 2024

Keywords

Comments

It would be nice to have a more precise definition.

Crossrefs

The two bisections are A115144 (shifted, negated) and A115147 (shifted, negated).

Formula

G.f.: (1/x + 1 + 2*R(x) + R(x)^2) * R(x)^3 + R(x)^2 / x = F(x) * R(x), where R(x) = (1 - sqrt(1-4*x^2)) / (2*x^2) - 1 and F(x) is the g.f. of A368379. - Andrei Zabolotskii, Jul 25 2025

Extensions

Terms a(13) and beyond from Andrei Zabolotskii, Jul 25 2025
Showing 1-2 of 2 results.