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!)
A074740 a(n) = n!*2^(n-1)/Product_{k=1..n} tau(k) where tau = A000005. 0
1, 2, 6, 16, 80, 240, 1680, 6720, 40320, 201600, 2217600, 8870400, 115315200, 807206400, 6054048000, 38745907200, 658680422400, 3952082534400, 75089568153600, 500597121024000, 5256269770752000, 57818967478272000, 1329836252000256000, 7979017512001536000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Appears to be an integer for n >= 1.
LINKS
FORMULA
a(n) = A002866(n) / A066843(n). - Michel Marcus, Jan 09 2021 [Corrected by Georg Fischer, Dec 13 2022]
PROG
(PARI) a(n) = n!*2^(n-1)/prod(k=1, n, numdiv(k)); \\ Michel Marcus, Jan 09 2021
CROSSREFS
Sequence in context: A147889 A345246 A137858 * A204436 A135068 A147950
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Sep 05 2002
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)