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.

A261789 First differences of A261786.

Original entry on oeis.org

2, 2, 3, 1, 2, 4, 3, 1, 3, 3, 3, 2, 2, 4, 2, 5, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 1, 4, 3, 2, 2, 4, 2, 4, 4, 4, 4, 2, 5, 5, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 1, 4, 3, 4, 4, 5, 3, 3, 3, 3, 3, 1, 4, 3, 4, 3, 3, 1, 4, 3, 2, 2, 4, 2, 4, 4
Offset: 1

Views

Author

Reinhard Zumkeller, Sep 01 2015

Keywords

Comments

a(n) = A261787(A261786(n)).

Crossrefs

Programs

  • Haskell
    a261789 n = a261789_list !! (n-1)
    a261789_list = zipWith (-) (tail a261786_list') a261786_list'