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.

A353707 n appears in A121216 a(n) steps earlier than expected.

Original entry on oeis.org

0, 0, 0, -1, 1, 0, 0, -1, -1, -2, 3, -1, 2, -2, -2, -3, 3, -2, 4, -3, 0, -2, 5, -4, 3, -1, 2, -3, 3, -6, 2, 0, 0, -1, 5, -4, 3, -1, 2, -3, 3, -2, 2, -3, -3, -4, 5, -6, 4, -1, 2, -3, 7, -4, 3, -3, 4, -4, 3, -3, 4, -4, -1, -3, 5, -5, 6
Offset: 1

Views

Author

N. J. A. Sloane, May 05 2022

Keywords

Comments

It appears that a positive number n appears in A121216 at about the n-th term; if in fact A121216(k) = n, then a(n) = n - k.
An equivalent definition uses the inverse to A121216: a(n) = n - A225047(n).

Examples

			A121216(8) = 11, so 11 has appeared 3 steps early, therefore a(11) = 11 - 8 = 3.
		

Crossrefs

Programs

  • PARI
    See Links section.