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!)
A069141 a(n) = n^2*(n+1)!/(n^tau(n)) where tau(n) is the number of divisors of n. 1
2, 6, 24, 30, 720, 140, 40320, 5670, 403200, 399168, 479001600, 300300, 87178291200, 6671808000, 92990177280, 86837751000, 6402373705728000, 1158789632000, 2432902008176640000, 319318388573184, 2548754484756480000, 53413257724968960000, 620448401733239439360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The expression n^2*(n+1)!/(n^tau(n)) is always an integer. n^tau(n) is also the product of square divisors of n (cf. A062758).
LINKS
MATHEMATICA
a[n_] := (n+1)! / n^(DivisorSigma[0, n] - 2); Array[a, 23] (* Amiram Eldar, Aug 03 2024 *)
PROG
(PARI) a(n) = (n+1)! / n^(numdiv(n)-2); \\ Amiram Eldar, Aug 03 2024
CROSSREFS
Sequence in context: A190424 A322484 A066332 * A158977 A165823 A263690
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Apr 08 2002
EXTENSIONS
a(22)-a(23) from Amiram Eldar, Aug 03 2024
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 September 10 04:30 EDT 2024. Contains 375773 sequences. (Running on oeis4.)