The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A209902 E.g.f.: Product_{n>=1} 1/(1 - x^n)^(1/n!). 15
1, 1, 3, 10, 50, 261, 1877, 13511, 122663, 1150988, 12656562, 142842855, 1882666887, 24961232401, 375233443223, 5784328028680, 98433762560780, 1704971188321787, 32593405802749763, 629093184347294419, 13243913786996162915, 283647771230983625422 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{n>=1} (exp(x^n) - 1)/n ).
E.g.f.: exp( Sum_{n>=1} A087906(n)*x^n/n! ) where A087906(n) = Sum_{d|n} (n-1)!/(d-1)!.
E.g.f.: Product_{n>=1} B(x^n)^(1/n) where B(x) = exp(exp(x)-1) = e.g.f. of Bell numbers.
EXAMPLE
E.g.f.: A(x) = 1 + x + 3*x^2/2! + 10*x^3/3! + 50*x^4/4! + 261*x^5/5! +...
such that
A(x) = 1/((1-x) * (1-x^2)^(1/2) * (1-x^3)^(1/3!) * (1-x^4)^(1/4!) *...).
PROG
(PARI) {a(n)=n!*polcoeff(prod(m=1, n, 1/(1-x^m+x*O(x^n))^(1/m!)), n)}
for(n=0, 21, print1(a(n), ", "))
CROSSREFS
Cf. A087906.
Sequence in context: A297295 A088142 A276028 * A049370 A009343 A352414
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 14 2012
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 May 14 07:57 EDT 2024. Contains 372530 sequences. (Running on oeis4.)