cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A223531 Triangle S(n,k) by rows: coefficients of 6^((n-1)/2)*(x^(1/6)*d/dx)^n when n=1,3,5,...

This page as a plain text file.
%I A223531 #18 Jan 10 2024 16:00:04
%S A223531 1,7,6,91,156,36,1729,4446,2052,216,43225,148200,102600,21600,1296,
%T A223531 1339975,5742750,5301000,1674000,200880,7776,49579075,254978100,
%U A223531 294205500,123876000,22297680,1726272,46656,2131900225,12791401350,17711171100,9321669000
%N A223531 Triangle S(n,k) by rows: coefficients of 6^((n-1)/2)*(x^(1/6)*d/dx)^n when n=1,3,5,...
%H A223531 U. N. Katugampola, <a href="http://authors.elsevier.com/a/1QhUNLvMg0Zs~">Mellin Transforms of Generalized Fractional Integrals and Derivatives</a>, Appl. Math. Comput. 257(2015) 566-580.
%H A223531 U. N. Katugampola, <a href="http://arxiv.org/abs/1411.5229">Existence and Uniqueness results for a class of Generalized Fractional Differential Equations</a>, arXiv preprint arXiv:1411.5229, 2014
%e A223531 Triangle begins:
%e A223531 1;
%e A223531 7, 6;
%e A223531 91, 156, 36;
%e A223531 1729, 4446, 2052, 216;
%e A223531 43225, 148200, 102600, 21600, 1296;
%e A223531 1339975, 5742750, 5301000, 1674000, 200880, 7776;
%e A223531 49579075, 254978100, 294205500, 123876000, 22297680, 1726272, 46656;
%e A223531 2131900225, 12791401350, 17711171100, 9321669000, 2237200560, 259803936, 14043456, 279936;
%p A223531 a[0]:= f(x):
%p A223531 for i from 1 to 20 do
%p A223531 a[i] := simplify(6^((i+1)mod 2)*x^((4((i+1)mod 2)+1)/6)*(diff(a[i-1],x$1 )));
%p A223531 end do:
%p A223531 for j from 1 to 10 do
%p A223531 b[j]:=a[2j-1];
%p A223531 end do;
%Y A223531 Odd rows of A223172.
%Y A223531 Cf. A008277, A019538, A035342, A035469, A049029, A049385, A092082, A132056,   A223511-A223522, A223168-A223172, A223523-A223532.
%K A223531 nonn,tabl
%O A223531 1,2
%A A223531 _Udita Katugampola_, Mar 23 2013