login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A141006
E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=9.
2
1, 3, 22, 235, 3139, 49376, 891491, 18160071, 411124024, 10212362573, 275543711899, 8012352809874, 249516568317597, 8277748828228015, 291219448755079278, 10821916875914147551, 423314732431005599479
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, 9], {n, 0, 30}](* Vincenzo Librandi, Dec 12 2012 *)
CROSSREFS
Column k=9 of A162663.
Sequence in context: A274246 A161567 A213109 * A372168 A367835 A374316
KEYWORD
nonn
AUTHOR
R. J. Mathar, Jul 11 2008
STATUS
approved