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!)
A174463 G.f.: exp( Sum_{n>=1} A174464(n)*x^n/n ) where A174464(n) = Sum_{d|n} C(n,d)^(n/d). 1
1, 1, 3, 12, 87, 730, 9323, 128897, 2328821, 45800665, 1070513276, 27128105536, 779931162856, 24144719737001, 823414381261067, 30074223785228997, 1187577588961841059, 49917004718553927293, 2241058871263618006056 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, x^m/m*sumdiv(m, d, binomial(m, d)^(m/d)))+x*O(x^n)), n)}
CROSSREFS
Cf. A174464.
Sequence in context: A260912 A266788 A039305 * A367143 A361583 A361584
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 04 2010
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)