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!)
A223535 Coefficients of (x^(1/5)*d/dx)^n for positive integer n. 0
1, 1, 5, -3, 15, 25, 21, -45, 150, 125, -231, 375, -375, 1250, 625, 693, -981, 750, -375, 1875, 625, -13167, 17199, -11655, 5250, 13125, 3125, 302841, -375417, 237510, -100275, 26250, 26250, 87500, 15625, 8176707, -9773379, 5914755, -2390850, 685125, -78750 (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+4/5*x*y)^(5/4)-1)/x).
EXAMPLE
1;
1, 5;
-3, 15, 25;
21, -45, 150, 125;
-231, 375, -375, 1250, 625;
693, -981, 750, -375, 1875, 625;
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/5)*(diff(a[i-1], x$1)))
end do;
CROSSREFS
Sequence in context: A246204 A185733 A073677 * A211943 A189237 A301494
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 17:36 EDT 2024. Contains 371795 sequences. (Running on oeis4.)