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!)
A326475 A(n, k) = (m*k)! [x^k] MittagLefflerE(m, x)^(-n), for m = 3, n >= 0, k >= 0; square array read by descending antidiagonals. 3

%I #13 Mar 24 2020 03:42:16

%S 1,0,1,0,-1,1,0,19,-2,1,0,-1513,58,-3,1,0,315523,-6218,117,-4,1,0,

%T -136085041,1630330,-15795,196,-5,1,0,105261234643,-847053482,4997781,

%U -31924,295,-6,1,0,-132705221399353,766492673914,-3042574083,11840836,-56285,414,-7,1

%N A(n, k) = (m*k)! [x^k] MittagLefflerE(m, x)^(-n), for m = 3, n >= 0, k >= 0; square array read by descending antidiagonals.

%e Array starts:

%e [0] 1, 0, 0, 0, 0, 0, ... A000007

%e [1] 1, -1, 19, -1513, 315523, -136085041, ... A002115

%e [2] 1, -2, 58, -6218, 1630330, -847053482, ...

%e [3] 1, -3, 117, -15795, 4997781, -3042574083, ...

%e [4] 1, -4, 196, -31924, 11840836, -8271354004, ...

%e [5] 1, -5, 295, -56285, 23952055, -18889306805, ...

%e [6] 1, -6, 414, -90558, 43493598, -38227720446, ...

%t (* The function MLPower is defined in A326327. *)

%t For[n = 0, n < 8, n++, Print[MLPower[3, -n, 8]]]

%o (Sage) # uses[MLPower from A326327]

%o for n in (0..6): print(MLPower(3, -n, 9))

%Y Rows: A000007, A002115.

%Y Cf. A326476 (m=2, p>=0), A326327 (m=2, p<=0), A326474 (m=3, p>=0), this sequence (m=3, p<=0).

%K sign,tabl

%O 0,8

%A _Peter Luschny_, Jul 08 2019

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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)