Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069052 Denominator of Sum_{i = 1..n} 1/i^5. 9
1, 32, 7776, 248832, 777600000, 259200000, 4356374400000, 139403980800000, 101625502003200000, 101625502003200000, 16366888723117363200000, 16366888723117363200000, 6076911214672415134617600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If 1 <= n <= 19, a(n) = A007480(n) * A002805(n) = denominator(Sum_{i = 1..n} 1/i^4) * denominator(Sum_{i = 1..n} 1/i).
LINKS
Wolfdieter Lang, Rational Zeta(k,n) and more.
FORMULA
a(n) = denominator(Sum_{k=1..n} 1/k^5) = denominator(A099827(n)/(n!)^5). - Petros Hadjicostas, May 10 2020
EXAMPLE
The first few fractions are 1, 33/32, 8051/7776, 257875/248832, ... = A099828/A069052. - Petros Hadjicostas, May 10 2020
MATHEMATICA
s = 0; lst = {}; Do[s += 1/n^5; AppendTo[lst, Denominator[s]], {n, 3 * 4!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 24 2009 *)
Denominator[Table[Sum[1/i^5, {i, n}], {n, 20}]] (* Alonso del Arte, May 10 2020 *)
CROSSREFS
Numerators are A099828.
Sequence in context: A224107 A016829 A248720 * A334604 A342455 A351805
KEYWORD
easy,frac,nonn
AUTHOR
Benoit Cloitre, Apr 03 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 13:06 EDT 2024. Contains 375269 sequences. (Running on oeis4.)