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.

A348010 Number of n-step self-avoiding walks on the upper half-plane of a 2D square lattice rotated by Pi/4.

Original entry on oeis.org

1, 2, 6, 14, 40, 96, 268, 664, 1820, 4588, 12464, 31712, 85704, 219376, 590640, 1518652, 4077112, 10518364, 28177388, 72883016, 194910964, 505202708, 1349189968, 3503014492, 9344407884, 24296044256, 64748290040, 168550939272
Offset: 0

Views

Author

Scott R. Shannon, Sep 24 2021

Keywords

Examples

			The rotated lattice, where * is the origin and + are the lattice points, is:
      +       +       +       +
        \   /   \   /   \   /
          +       +       +
        /   \   /   \   /   \
      +       +       +       +
        \   /   \   /   \   /
     -----+-------*-------+------
.
a(1) = 2 as the only two steps available are the diagonal steps to the northeast and northwest of the origin.
a(2) = 6 as from each of the available first steps three steps are possible, giving a total of 2 * 3 = 6 steps.
		

Crossrefs

Cf. A116903 (not rotated), A001411.