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!)
A223528 Triangle S(n,k) by rows: coefficients of 4^(n/2)*(x^(3/4)*d/dx)^n when n=0,2,4,6,... 0
1, 1, 4, 5, 40, 16, 45, 540, 432, 64, 585, 9360, 11232, 3328, 256, 9945, 198900, 318240, 141440, 21760, 1024, 208845, 5012280, 10024560, 5940480, 1370880, 129024, 4096, 5221125, 146191500, 350859600, 259896000, 79968000, 11289600, 716800, 16384, 151412625 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
U. N. Katugampola, Mellin Transforms of Generalized Fractional Integrals and Derivatives, Appl. Math. Comput. 257(2015) 566-580.
EXAMPLE
Triangle begins:
1;
1, 4;
5, 40, 16;
45, 540, 432, 64;
585, 9360, 11232, 3328, 256;
9945, 198900, 318240, 141440, 21760, 1024;
208845, 5012280, 10024560, 5940480, 1370880, 129024, 4096;
5221125, 146191500, 350859600, 259896000, 79968000, 11289600, 716800, 16384;
151412625, 4845204000, 13566571200, 12059174400, 4638144000, 873062400, 83148800, 3801088, 65536;
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];
end do;
CROSSREFS
Even rows of A223170.
Sequence in context: A265689 A270098 A271285 * A189744 A241279 A245696
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 September 4 19:34 EDT 2024. Contains 375685 sequences. (Running on oeis4.)