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.

A145057 First differences of A031443.

Original entry on oeis.org

2, 7, 1, 2, 23, 2, 1, 3, 1, 2, 5, 1, 2, 4, 79, 4, 2, 1, 5, 2, 1, 3, 1, 2, 7, 2, 1, 3, 1, 2, 5, 1, 2, 4, 11, 2, 1, 3, 1, 2, 5, 1, 2, 4, 9, 1, 2, 4, 8, 287, 8, 4, 2, 1, 9, 4, 2, 1, 5, 2, 1, 3, 1, 2, 11, 4, 2, 1, 5, 2, 1, 3, 1, 2, 7, 2, 1, 3, 1, 2, 5, 1, 2, 4, 15, 4, 2, 1, 5, 2, 1, 3, 1, 2, 7, 2, 1, 3, 1, 2, 5, 1
Offset: 1

Views

Author

Reikku Kulon, Sep 30 2008

Keywords

Comments

a(n) equals the differences between k where A145037(k) equals zero. - Reikku Kulon, Oct 02 2008

Examples

			a(3) = A031443(3) - A031443(3-1) = 10 - 9 = 1. - _David A. Corneth_, Apr 26 2022
		

Crossrefs

Programs

  • Mathematica
    Differences[Select[Range[0, 1000], SameQ@@DigitCount[#, 2] &]] (* Paolo Xausa, Nov 16 2024 *)