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!)
A294373 Product of first n Bell numbers. 6
1, 1, 2, 10, 150, 7800, 1583400, 1388641800, 5748977052000, 121573617718644000, 14099500314919737900000, 9567497928695086546803000000, 40313580569855830588349480391000000, 1114446238307803607782300144651734867000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
log(a(n)) ~ n^2 * LambertW(n)/2 * (1 - 3/(2*LambertW(n)) + 3/(2*LambertW(n)^2) + 1/(4*LambertW(n)^3)). - Vaclav Kotesovec, Feb 26 2021
MAPLE
B:= map(combinat:-bell, [$0..19]):
map(i -> convert(B[1..i], `*`), [$1..20]); # Robert Israel, Oct 29 2017
MATHEMATICA
Table[Product[BellB[k], {k, 0, n}], {n, 0, 15}]
CROSSREFS
Sequence in context: A060595 A303440 A086619 * A194026 A165940 A007080
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 29 2017
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)