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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062569 sigma(n!). 9
1, 1, 3, 12, 60, 360, 2418, 19344, 159120, 1481040, 15334088, 184009056, 2217441408, 31044179712, 442487616480, 6686252969760, 107004539285280, 1926081707135040, 34683832925921088, 693676658518421760 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MAPLE

with(numtheory):seq(sigma(n!), n=0..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 15 2008

MATHEMATICA

Array[DivisorSigma[1, #! ]&, 33, 1] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 01 2009]

PROG

(PARI) for(n=0, 21, print(sigma(n!)))

(Other) sage: [sigma(factorial(n), 1)for n in xrange(0, 20)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 13 2009]

CROSSREFS

Sequence in context: A000258 A070863 A180707 * A089057 A077134 A001710

Adjacent sequences:  A062566 A062567 A062568 * A062570 A062571 A062572

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 03 2001

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 February 16 11:25 EST 2012. Contains 205907 sequences.