The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A223530 Triangle S(n,k) by rows: coefficients of 5^(n/2)*(x^(4/5)*d/dx)^n when n=0,2,4,6,... 0
1, 1, 5, 6, 60, 25, 66, 990, 825, 125, 1056, 21120, 26400, 8000, 625, 22176, 554400, 924000, 420000, 65625, 3125, 576576, 17297280, 36036000, 21840000, 5118750, 487500, 15625, 17873856, 625584960, 1563962400, 1184820000, 370256250, 52893750, 3390625, 78125 (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, 5;
6, 60, 25;
66, 990, 825, 125;
1056, 21120, 26400, 8000, 625;
22176, 554400, 924000, 420000, 65625, 3125;
576576, 17297280, 36036000, 21840000, 5118750, 487500, 15625;
17873856, 625584960, 1563962400, 1184820000, 370256250, 52893750, 3390625, 78125;
MAPLE
a[0]:= f(x):
for i from 1 to 20 do
a[i] := simplify(5^((i+1)mod 2)*x^((3((i+1)mod 2)+1)/5)*(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 A223171.
Sequence in context: A256291 A299243 A191557 * A132444 A111504 A041057
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 May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)