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!)
A223536 Coefficients of (x^(1/6)*d/dx)^n for positive integer n. 4
1, 1, 6, -2, 9, 8, 6, 13, 36, 36, -42, 70, -75, 180, 108, 798, -1162, 945, -630, 1620, 648, 3192, -4284, 3052, -1575, 630, -2268, -648, 92568, -117684, 77588, -35637, 12600, -1512, 18144, 3888, 1573656 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
These are generalized Stirling numbers.
LINKS
U. N. Katugampola, Mellin Transforms of Generalized Fractional Integrals and Derivatives, Appl. Math. Comput. 257(2015) 566-580.
FORMULA
G.f.: exp(((1+5/6*x*y)^(6/5)-1)/x).
EXAMPLE
1;
1, 6;
-2, 9, 8;
6, 13, 36, 36;
-42, 70, -75, 180, 108;
798, -1162, 945, -630, 1620, 648;
MAPLE
# This will generate the sequence as coefficients of pseudo polynomials
# up to a constant multiple.
a[0] := f(x):
for i to 10 do
a[i] := simplify(x^(1/6)*(diff(a[i-1], x$1)))
end do;
CROSSREFS
Sequence in context: A142871 A195411 A050235 * A339410 A235362 A018801
KEYWORD
sign,tabl
AUTHOR
Udita Katugampola, Apr 18 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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)