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!)
A104529 Denominator of Sum_{k=1..n} 1/tau(k), where tau(k) is the number of divisors function. 5
1, 2, 1, 3, 6, 12, 12, 6, 6, 12, 12, 12, 12, 6, 12, 60, 60, 20, 20, 60, 15, 60, 60, 120, 40, 40, 40, 120, 120, 30, 15, 30, 60, 15, 60, 180, 180, 45, 180, 360, 360, 45, 90, 45, 90, 180, 180, 180, 180, 180, 90, 45, 90, 360, 360, 45, 180, 90, 45, 180, 180, 90, 45, 315, 1260 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1,3/2,2,7/3,17/6
a(4)=3 because 1/tau(1)+1/tau(2)+1/tau(3)+1/tau(4)=1/1+1/2+1/2+1/3=7/3.
MAPLE
with(numtheory): a:=n->denom(sum(1/tau(k), k=1..n)): seq(a(n), n=1..70);
MATHEMATICA
Denominator[Accumulate[1/#&/@DivisorSigma[0, Range[70]]]] (* Harvey P. Dale, Dec 18 2012 *)
CROSSREFS
Cf. A104528.
Sequence in context: A025110 A075346 A357844 * A095024 A049900 A024741
KEYWORD
frac,nonn
AUTHOR
Emeric Deutsch, Mar 12 2005
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 May 7 19:42 EDT 2024. Contains 372313 sequences. (Running on oeis4.)