login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141006 E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=9. 2

%I

%S 1,3,22,235,3139,49376,891491,18160071,411124024,10212362573,

%T 275543711899,8012352809874,249516568317597,8277748828228015,

%U 291219448755079278,10821916875914147551,423314732431005599479

%N E.g.f. exp(sum_{d|M} (exp(d*x)-1)/d), M=9.

%H Vincenzo Librandi, <a href="/A141006/b141006.txt">Table of n, a(n) for n = 0..200</a>

%t 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 *)

%K nonn

%O 0,2

%A _R. J. Mathar_, Jul 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 21 16:02 EDT 2013. Contains 225504 sequences.