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.

A101685 First differences of A101684.

Original entry on oeis.org

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

Views

Author

Ralf Stephan, Dec 13 2004

Keywords

Comments

Presumably the sequence can be derived from A007814.

Crossrefs

Programs

  • Mathematica
    Differences[IntegerExponent[Denominator[With[{nn = 80}, CoefficientList[Series[Exp[-1 + Sqrt[1 + x]], {x, 0, nn}], x] Range[0, nn]!]], 2]] (* Wesley Ivan Hurt, May 26 2024 after Harvey P. Dale *)

Formula

a(n) = A101684(n+1) - A101684(n). - Wesley Ivan Hurt, May 26 2024