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.

A081971 Consider the harmonic progression 1,1/2,1/3,1/4,1/5,..., group the terms such that the n-th group contains n members like this (1/1),(1/2,1/3),(1/4,1/5,1/6), (1/7,1/8,1/9,1/10),... a(n) = the numerator of the reduced rational sum of the terms of the n-th group.

Original entry on oeis.org

1, 5, 37, 1207, 7793, 532541, 35036093, 419218787, 98431469723, 14642854403167, 6408932966879, 4075936031956831, 504163702484694137, 78452289445098136367, 9442422052170405158543, 711841627568479091422201
Offset: 1

Views

Author

Amarnath Murthy, Apr 03 2003

Keywords

Comments

Equivalently, numerator of sum_{i=n(n-1)/2+1..n(n+1)/2} 1/i.

Crossrefs

Denominator is in A082681.

Programs

  • PARI
    nsn(n) = numerator(sum(i = n*(n-1)/2+1, n*(n+1)/2, 1/i));  \\ Michel Marcus, Aug 29 2013

Extensions

More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 08 2003