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.

A096143 a(n) = ceiling(Sum_{i=1..n} 1/i).

Original entry on oeis.org

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

Views

Author

W. Neville Holmes, Jul 24 2004

Keywords

Examples

			a(4)=3 because the ceiling of 1 + 1/2 + 1/3 + 1/4 is 3.
		

Crossrefs

Programs

  • Mathematica
    Ceiling[HarmonicNumber[Range[110]]] (* Harvey P. Dale, Aug 27 2014 *)
  • PARI
    a(n) = ceil(sum(i=1, n, 1/i)) \\ Michel Marcus, Jul 11 2013

Formula

a(n) = ceiling(A001008(n)/A002805(n)). - Michel Marcus, Jul 11 2013