login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068904 Binomial(sigma(n),tau(n)), where sigma(n) is the sum and tau(n) the number of divisors of n (A000203, A000005). 2
1, 3, 6, 35, 15, 495, 28, 1365, 286, 3060, 66, 376740, 91, 10626, 10626, 169911, 153, 3262623, 190, 5245786, 35960, 58905, 276, 2558620845, 4495, 111930, 91390, 32468436, 435, 11969016345, 496, 67945521, 194580, 316251, 194580, 783768050065, 703, 487635 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..38.

MAPLE

with(numtheory); P:=proc(i) local a, n; for n from 1 by 1 to i do a:=binomial(sigma(n), tau(n)); print(a); od; end: P(20); [From Paolo P. Lava, Dec 12 2008]

MATHEMATICA

Table[Binomial[DivisorSigma[1, n], DivisorSigma[0, n]], {n, 50}] (* Carl Najafi, Oct 10 2011 *)

PROG

(PARI) a(n)=binomial(sigma(n), numdiv(n)) \\ Charles R Greathouse IV, Feb 19 2013

CROSSREFS

Cf. A068905, A068903.

Sequence in context: A186750 A203715 A134748 * A143046 A009197 A205336

Adjacent sequences:  A068901 A068902 A068903 * A068905 A068906 A068907

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller, Mar 06 2002

EXTENSIONS

More terms from Carl Najafi, Oct 10 2011

STATUS

approved

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 May 22 21:43 EDT 2013. Contains 225583 sequences.