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!)
A066090 a(n) = binomial(sigma(n), n). 3
1, 3, 4, 35, 6, 924, 8, 6435, 715, 43758, 12, 30421755, 14, 1961256, 1307504, 300540195, 18, 62359143990, 20, 513791607420, 129024480, 3796297200, 24, 36052387482172425, 736281, 166509721602, 12033222880, 7648690600760440, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(4) = binomial(sigma(4),4) = binomial(7,4) = 7!/(4!3!) = 35.
MATHEMATICA
Table[ Binomial[ DivisorSigma[1, n], n], {n, 1, 32} ]
PROG
(PARI) { for (n=1, 200, a=binomial(sigma(n), n); write("b066090.txt", n, " ", a) ) } \\ Harry J. Smith, Nov 12 2009
CROSSREFS
Sequence in context: A025140 A246015 A078504 * A251259 A042891 A032835
KEYWORD
easy,nonn
AUTHOR
Joseph L. Pe, Dec 30 2001
EXTENSIONS
Corrected and extended by Robert G. Wilson v, Dec 31 2001
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)