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.

A103717 Denominators of sum_{k=1..n} 1/k^10 = Zeta(10,n).

This page as a plain text file.
%I A103717 #12 Jan 19 2015 03:40:49
%S A103717 1,1024,60466176,61917364224,604661760000000000,604661760000000000,
%T A103717 170801981216778240000000000,174901228765980917760000000000,
%U A103717 10327742657402407212810240000000000,413109706296096288512409600000000
%N A103717 Denominators of sum_{k=1..n} 1/k^10 = Zeta(10,n).
%C A103717 For the numerators, comments and a link reference see A103716.
%t A103717 s=0;lst={};Do[s+=n^1/n^11;AppendTo[lst,Denominator[s]],{n,3*4!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jan 24 2009 *)
%t A103717 Table[ HarmonicNumber[n, 10] // Denominator, {n, 1, 10}] (* _Jean-François Alcover_, Dec 04 2013 *)
%K A103717 nonn,frac,easy
%O A103717 1,2
%A A103717 _Wolfdieter Lang_, Feb 15 2005