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!)
A223527 Triangle S(n,k) by rows: coefficients of 4^((n-1)/2)*(x^(1/4)*d/dx)^n when n=1,3,5,... 0
1, 5, 4, 45, 72, 16, 585, 1404, 624, 64, 9945, 31824, 21216, 4352, 256, 208845, 835380, 742560, 228480, 26880, 1024, 5221125, 25061400, 27846000, 11424000, 2016000, 153600, 4096, 151412625, 847910700, 1130547600, 579768000, 136416000, 15590400, 831488, 16384 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
U. N. Katugampola, Mellin Transforms of Generalized Fractional Integrals and Derivatives, Appl. Math. Comput. 257(2015) 566-580.
EXAMPLE
Triangle begins:
1;
5, 4;
45, 72, 16;
585, 1404, 624, 64;
9945, 31824, 21216, 4352, 256;
208845, 835380, 742560, 228480, 26880, 1024;
5221125, 25061400, 27846000, 11424000, 2016000, 153600, 4096;
151412625, 847910700, 1130547600, 579768000, 136416000, 15590400, 831488, 16384;
MAPLE
a[0]:= f(x):
for i from 1 to 20 do
a[i] := simplify(4^((i+1)mod 2)*x^((2((i+1)mod 2)+1)/4)*(diff(a[i-1], x$1 )));
end do:
for j from 1 to 10 do
b[j]:=a[2j-1];
end do;
CROSSREFS
Odd rows of A223170.
Sequence in context: A123233 A189748 A304151 * A262421 A305170 A192344
KEYWORD
nonn,tabl
AUTHOR
Udita Katugampola, Mar 23 2013
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)