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!)
A141010 E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=14. 2
1, 4, 40, 602, 11384, 253698, 6495616, 187940402, 6055160152, 214444348674, 8261055193008, 343357357970866, 15298169514407880, 726752780487465922, 36642712015230282784, 1952976182776961017138 (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, 14], {n, 0, 30}] (* Vincenzo Librandi, Dec 12 2012 *)
CROSSREFS
Column k=14 of A162663.
Sequence in context: A291817 A128573 A052675 * A141011 A365570 A365587
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)