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.

A360170 a(n) is the X-coordinate after n steps of an infinite knight's tour through all lattice points; see A360171 for the Y-coordinates.

Original entry on oeis.org

0, 1, -1, -2, 0, 2, 1, -1, -2, -1, 1, 2, 0, -2, -1, 1, 2, 0, -2, -1, -2, 0, 2, 1, 2, 3, 1, -1, -3, -4, -3, -4, -2, 0, 2, 4, 3, 4, 3, 1, -1, -3, -4, -3, -4, -3, -1, 1, 3, 4, 3, 4, 2, 0, -2, -4, -3, -4, -3, -1, 1, 3, 4, 3, 4, 2, 0, -2, -4, -3, -4, -3, -4, -2, 0
Offset: 0

Views

Author

Rémy Sigrist, Jan 28 2023

Keywords

Comments

See A068608 for similar sequences.

Examples

			See illustration of the first steps in Links section.
		

Crossrefs

Programs

  • PARI
    See Links section.

Formula

a(n) = A174344(A068613(n+1)).