OFFSET
1,2
COMMENTS
Largest prime factor in A007409(n) (n > 1) is A007917(n), occurring always to the power 3. - M. F. Hasler, Nov 10 2006
REFERENCES
D. Y. Savio, E. A. Lamagna and S.-M. Liu, Summation of harmonic numbers, pp. 12-20 of E. Kaltofen and S. M. Watt, editors, Computers and Mathematics, Springer-Verlag, NY, 1989.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
T. D. Noe, Table of n, a(n) for n=1..200
MAPLE
A007409:= n->denom(sum(1/k^3, k=1..n)); # M. F. Hasler, Nov 10 2006
MATHEMATICA
Table[Denominator[Sum[1/k^3, {k, n}]], {n, 10}] (* Alonso del Arte, Dec 30 2012 *)
CROSSREFS
KEYWORD
nonn,easy,frac
AUTHOR
STATUS
approved