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!)
A141007 E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=10. 2
1, 4, 34, 410, 6170, 109506, 2227882, 50987378, 1293386410, 35933906946, 1083069266634, 35146231883122, 1220316225699786, 45099576850647106, 1766204747811044266, 73012853049788936050, 3175271515525778312810 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
u[0, j_]: = 1; u[k_, j_]: = u[k, j] = Sum[Binomial[k-1, i-1]Plus@@(u[k-i, j]#^(i-1)&/@Divisors[j]), {i, k}]; Table[u[n, 10], {n, 0, 30}] (* Vincenzo Librandi, Dec 12 2012 *)
CROSSREFS
Column k=10 of A162663.
Sequence in context: A197921 A196692 A197065 * A207570 A158839 A236964
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jul 11 2008
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 05:40 EDT 2024. Contains 371918 sequences. (Running on oeis4.)