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.

A119944 First differences of A003418(n) = lcm(1..n).

Original entry on oeis.org

0, 1, 4, 6, 48, 0, 360, 420, 1680, 0, 25200, 0, 332640, 0, 0, 360360, 11531520, 0, 220540320, 0, 0, 0, 5121436320, 0, 21416915520, 0, 53542288800, 0, 2248776129600, 0, 69872686884000, 72201776446800, 0, 0, 0
Offset: 0

Views

Author

Wolfdieter Lang, Jul 20 2006

Keywords

Comments

a(n)=0 iff n=0 or n = n(k) = A080765(k), k >= 1.

Programs

  • Mathematica
    Differences[FoldList[LCM,1,Range[40]]] (* Harvey P. Dale, Jan 09 2016 *)

Formula

a(n) = A003418(n+1) - A003418(n), n >= 0. A003418(0):=1.