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!)
A308942 a(n) = Product_{k=1..n} Stirling2(n,k) * k!. 1
1, 1, 2, 36, 12096, 129600000, 67688524800000, 2447142088237056000000, 8252231792724705005273088000000, 3364251896526130462332506439942144000000000, 208568259979639958038116614964866564751360000000000000000, 2415411835199739880770061590576804904109473876860500705280000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Product[StirlingS2[n, k] k!, {k, 1, n}], {n, 0, 11}]
PROG
(PARI) a(n) = prod(k=1, n, stirling(n, k, 2)*k!); \\ Michel Marcus, Jul 02 2019
CROSSREFS
Sequence in context: A333209 A224733 A264953 * A134366 A265944 A127234
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 01 2019
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 August 14 10:01 EDT 2024. Contains 375159 sequences. (Running on oeis4.)