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!)
A217576 a(n) = Sum_{d divides n} (d!)^(n/d). 4
1, 3, 7, 29, 121, 765, 5041, 40913, 363097, 3643233, 39916801, 479535185, 6227020801, 87203692929, 1307676103777, 20924415922433, 355687428096001, 6402505760917569, 121645100408832001, 2432915176581403649, 51090942299733783937, 1124002321128529922049 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{n>=1} n!*x^n / (1 - n!*x^n). - Paul D. Hanna, Jan 17 2013
MATHEMATICA
f[n_]=With[{d=Divisors[n]}, Total[(d!)^(n/d)]]; Array[f, 25] (* Harvey P. Dale, Dec 20 2023 *)
PROG
(PARI) a(n)=sumdiv(n, d, (d!)^(n/d) );
CROSSREFS
Cf. A062363 ( Sum_{d divides n} d! ).
Cf. A062796 ( Sum_{d divides n} d^d ), A066108 ( Sum_{d divides n} n^d ).
Sequence in context: A333392 A358389 A358279 * A173280 A141477 A211371
KEYWORD
nonn
AUTHOR
Joerg Arndt, Oct 07 2012
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 12:28 EDT 2024. Contains 371937 sequences. (Running on oeis4.)