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.

A068094 Number of n-digit triangular numbers.

Original entry on oeis.org

3, 10, 31, 96, 306, 967, 3058, 9670, 30579, 96700, 305793, 967000, 3057922, 9670000, 30579224, 96699996, 305792239, 966999967, 3057922393, 9669999669, 30579223926, 96699996687, 305792239263, 966999966873, 3057922392627, 9669999668731, 30579223926265
Offset: 1

Views

Author

Amarnath Murthy, Feb 19 2002

Keywords

Crossrefs

Programs

  • Mathematica
    triInverse[n_] := Floor[(Sqrt[1 + 8*n] - 1)/2]; Differences[Table[triInverse[10^(n - 1) - 1], {n, 30}]] (* T. D. Noe, Jul 27 2012 *)

Formula

Differences of successive terms of A068092.

Extensions

More terms from Sascha Kurz, Mar 06 2002