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!)
A308941 a(n) = Product_{k=1..n} |Stirling1(n,k)| * k!. 1
1, 1, 2, 72, 114048, 14515200000, 234709539840000000, 698712561855933972480000000, 523145284340194421434020324704256000000, 128974285815375032145715297526239008267285037056000000, 13271794881195622862513637643190449698396346431150489600000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
Table[Product[Abs[StirlingS1[n, k]] k!, {k, 1, n}], {n, 0, 10}]
PROG
(PARI) a(n) = prod(k=1, n, abs(stirling(n, k, 1))*k!); \\ Michel Marcus, Jul 02 2019
CROSSREFS
Sequence in context: A362544 A062082 A067689 * A244148 A320443 A079478
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 July 31 10:28 EDT 2024. Contains 374779 sequences. (Running on oeis4.)