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.

A230287 First differences of A016052/3 (= A230286).

Original entry on oeis.org

1, 2, 1, 2, 1, 2, 1, 2, 4, 2, 4, 5, 4, 5, 1, 2, 1, 2, 4, 2, 4, 5, 4, 5, 1, 2, 1, 2, 4, 2, 4, 5, 4, 5, 4, 2, 4, 2, 4, 5, 4, 5, 4, 5, 4, 2, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 4, 5, 7, 5, 4, 5, 4, 5, 7, 8, 4, 5, 4, 5, 7, 8, 4, 5, 7, 5, 7, 5, 4, 5, 7, 8, 7, 2, 1, 2, 4, 2, 4, 5, 4, 5, 1, 2, 1, 2, 4, 2, 4, 5, 4, 5, 4
Offset: 1

Views

Author

Keywords

Comments

This sequence captures the essence of A016052.
Essentially the same as A084228/3.

Crossrefs

Programs

  • Haskell
    a230287 n = a230287_list !! (n-1)
    a230287_list = zipWith (-) (tail a230286_list) a230286_list