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.

Showing 1-1 of 1 results.

A160049 Denominator of the Harary number for the path graph P_n.

Original entry on oeis.org

1, 1, 1, 3, 6, 5, 10, 35, 140, 126, 1260, 1155, 13860, 12870, 12012, 45045, 360360, 340340, 2042040, 1939938, 369512, 117572, 2586584, 7436429, 178474296, 171609900, 1487285800, 1434168450, 40156716600, 38818159380, 1164544781400
Offset: 1

Views

Author

Eric W. Weisstein, Apr 30 2009

Keywords

Comments

Is this the same as A096620? - R. J. Mathar, Jan 26 2010
Yes, except for offset, because n*(harmonic(n)-harmonic(n-1)) = 1 which is an integer. - Andrew Howroyd, Oct 31 2017

Examples

			0, 2, 5, 26/3, 77/6, 87/5, 223/10, 962/35, 4609/140, 4861/126, ...
		

Crossrefs

Cf. A160048.

Programs

  • PARI
    harmonic(n)=sum(k=1,n,1/k);
    a(n)=denominator(2*n*harmonic(n)); \\ Andrew Howroyd, Oct 31 2017
Showing 1-1 of 1 results.