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!)
A184730 G.f.: exp( Sum_{n>=1} A184731(n)*x^n/n ) where A184731(n) = Sum_{k=0..n} C(n,k)^(k+1). 8
1, 2, 5, 20, 159, 3152, 168036, 20428850, 5796209814, 4052041564524, 6210335115944263, 21470958882165989854, 183818137919395949397148, 3517964195874870876682733562, 147909303669340763210833833705995, 15391220509661795085065182391703575606 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Note that the following g.f. does NOT yield an integer series:
. exp( Sum_{n>=1} [Sum_{k=0..n} C(n,k)^k] * x^n/n ).
LINKS
FORMULA
Equals row sums of triangle A228899.
a(0) = 1, a(n) = (1/n)*Sum_{k=1..n} A184731(k)*a(n-k) for n > 0. - Seiichi Manyama, Jan 10 2019
EXAMPLE
G.f.: A(x) = 1 + 2*x + 5*x^2 + 20*x^3 + 159*x^4 + 3152*x^5 +...
log(A(x)) = 2*x + 6*x^2/2 + 38*x^3/3 + 490*x^4/4 + 14152*x^5/5 + 969444*x^6/6 +...+ A184731(n)*x^n/n +...
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, sum(k=0, m, binomial(m, k)^(k+1))*x^m/m)+x*O(x^n)), n)}
CROSSREFS
Sequence in context: A229662 A111885 A159320 * A181076 A156871 A058109
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 20 2011
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 27 12:04 EDT 2024. Contains 372019 sequences. (Running on oeis4.)