[go: up one dir, main page]

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!)
A336100 revision #12

A336100 E.g.f.: Product_{k>=1} (1 - (exp(x) - 1)^k). 2
1, -1, -3, -7, -15, 89, 1737, 21713, 266865, 3162089, 34737177, 352100033, 2848598145, -7655375911, -1359369828183, -50221626404047, -1460912626424175, -39804558811289911, -1080962878982246343, -29431779044695154527, -788320672341728128095, -20386762121171790275911 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} Stirling2(n,k) * k! * A010815(k).
MATHEMATICA
m = 21; Range[0, m]! * CoefficientList[Series[Product[1 - (Exp[x] - 1)^k, {k, 1, m}], {x, 0, m}], x] (* Amiram Eldar, Jul 08 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, 1-(exp(x)-1)^k)))
CROSSREFS
Sequence in context: A023370 A181071 A258936 * A096422 A154795 A193831
KEYWORD
sign
AUTHOR
Seiichi Manyama, Jul 08 2020
STATUS
proposed

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 August 31 00:13 EDT 2024. Contains 375550 sequences. (Running on oeis4.)