Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066843
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066843 Product{k=1 to n} d(k); d(k) is the number of positive divisors of k. +0
2
1, 2, 4, 12, 24, 96, 192, 768, 2304, 9216, 18432, 110592, 221184, 884736, 3538944, 17694720, 35389440, 212336640, 424673280, 2548039680, 10192158720, 40768634880, 81537269760, 652298158080, 1956894474240, 7827577896960 (list; graph; listen)
OFFSET

1,2

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

FORMULA

a(n) = product{p=primes<=n} product{1<=k<=log(n)/log(p)} (1 +1/k)^floor(n/p^k). - Leroy Quet Mar 20 2007

MAPLE

with(numtheory):seq(mul(tau(k), k=1..n), n=1..26); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 11 2009]

with(numtheory):a[1]:=1: for n from 2 to 26 do a[n]:=a[n-1]*tau(n) od: seq(a[n], n=1..26); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 21 2009]

CROSSREFS

Sequence in context: A062177 A129643 A096421 this_sequence A051905 A051426 A048148

Adjacent sequences: A066840 A066841 A066842 this_sequence A066844 A066845 A066846

KEYWORD

nonn

AUTHOR

Leroy Quet Jan 20 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research