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!)
A223531 Triangle S(n,k) by rows: coefficients of 6^((n-1)/2)*(x^(1/6)*d/dx)^n when n=1,3,5,... 0
1, 7, 6, 91, 156, 36, 1729, 4446, 2052, 216, 43225, 148200, 102600, 21600, 1296, 1339975, 5742750, 5301000, 1674000, 200880, 7776, 49579075, 254978100, 294205500, 123876000, 22297680, 1726272, 46656, 2131900225, 12791401350, 17711171100, 9321669000 (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;
7, 6;
91, 156, 36;
1729, 4446, 2052, 216;
43225, 148200, 102600, 21600, 1296;
1339975, 5742750, 5301000, 1674000, 200880, 7776;
49579075, 254978100, 294205500, 123876000, 22297680, 1726272, 46656;
2131900225, 12791401350, 17711171100, 9321669000, 2237200560, 259803936, 14043456, 279936;
MAPLE
a[0]:= f(x):
for i from 1 to 20 do
a[i] := simplify(6^((i+1)mod 2)*x^((4((i+1)mod 2)+1)/6)*(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 A223172.
Sequence in context: A038272 A249992 A366225 * A130553 A284210 A371078
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)