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!)
A116906 Sum of squares of divisors of n!. 1
1, 1, 5, 50, 850, 22100, 806806, 40340300, 2584263500, 209609328500, 20993420690550, 2561197324247100, 368819285671473000, 62699278564150410000, 12294076739210974071000, 2766341857504878226501200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
See also A062569 sigma_1(n!).
LINKS
FORMULA
a(n) = A001157(A000142(n)).
a(n) = Sum_{d|n!} d^2.
a(n) = sigma_2(n!).
EXAMPLE
a(0) = 1 because only 1 divides 0! = 1.
a(1) = 1 because only 1 divides 1! = 1.
a(2) = 5 because both 1 and 2 divide 2! = 2 and 1^2 + 2^2 = 5.
a(3) = 50 because 1, 2, 3, 6 divide 3! = 6 and 1^2 + 2^2 + 3^2 + 6^2 = 50.
a(4) = 850 because 1, 2, 3, 4, 6, 8, 12, 24 divide 4! = 24 and 1^2 + 2^2 + 3^2 + 4^2 + 6^2 + 8^2 + 12^2 + 24^2 = 850.
MATHEMATICA
a[n_] := DivisorSigma[2, n!]; Array[a, 16, 0] (* Amiram Eldar, Aug 01 2019 *)
PROG
(Sage) [sigma(factorial(n), 2)for n in range(0, 16)] # Zerinvary Lajos, Jun 13 2009
CROSSREFS
Sequence in context: A357333 A088992 A320502 * A051893 A354685 A247951
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Mar 15 2006
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)