OFFSET
0,8
COMMENTS
The Bell transform of the Fubini numbers. For the definition of the Bell transform see A264428. - Peter Luschny, Jan 29 2016
FORMULA
EXAMPLE
Triangle begins :
1
0, 1
0, 1, 1
0, 3, 3, 1
0, 13, 15, 6, 1
0, 75, 95, 45, 10, 1
MAPLE
# The function BellMatrix is defined in A264428.
BellMatrix(n -> (polylog(-n, 1/2)+0^n)/2, 10); # Peter Luschny, Jan 29 2016
MATHEMATICA
(* The function BellMatrix is defined in A264428. *)
bm = BellMatrix[(PolyLog[-#, 1/2] + Boole[n == 0])/2 &, 10]; Table[bm[[n, k]], {n, 1, Length[bm]}, {k, 1, n}] // Flatten (* Jean-François Alcover, Mar 31 2016, after Peter Luschny *)
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Philippe Deléham, Dec 22 2011
STATUS
approved