login
This site is supported by donations 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). 5
1, 32, 7776, 248832, 777600000, 259200000, 4356374400000, 139403980800000, 101625502003200000, 101625502003200000, 16366888723117363200000, 16366888723117363200000, 6076911214672415134617600000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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))

MATHEMATICA

s=0; lst={}; Do[s+=n^1/n^6; AppendTo[lst, Denominator[s]], {n, 3*4!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 24 2009]

CROSSREFS

Sequence in context: A071310 A028461 A016829 * A086752 A159679 A139568

Adjacent sequences:  A069049 A069050 A069051 * A069053 A069054 A069055

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 03 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.