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!)
A119526 Odd denominators of n * n-th harmonic number = A027611[2^n]. 0
1, 1, 3, 35, 45045, 4512611027925, 2052546673789621992207225, 104326219460917277964091790659689347988584942875383375, 65134729714436885436168002936626505274493455112928327538888490982573786624726691153873697518277375333357875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The next term (a(9)) has 218 digits. - Harvey P. Dale, Sep 12 2016
LINKS
FORMULA
a(n) = Denominator[2^n*Sum[1/k,{k,1,2^n}]]. a(n) = A027611[2^n].
MATHEMATICA
Denominator[Table[2^n*Sum[1/k, {k, 1, 2^n}], {n, 0, 10}]]
With[{nn=300}, Select[Denominator[Times@@@Thread[{Range[nn], HarmonicNumber[Range[nn]]}]], OddQ]] (* Harvey P. Dale, Sep 12 2016 *)
CROSSREFS
Cf. A027611.
Sequence in context: A132513 A034174 A231831 * A112404 A189216 A291213
KEYWORD
frac,nonn
AUTHOR
Alexander Adamchuk, Jul 27 2006
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 April 24 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)