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!)
A144617 Triangle read by rows: numerators of coefficients of the Debye-type polynomial u_n used for asymptotic Airy-type expansions of Bessel functions of arbitrary large order. 3

%I #13 Jul 23 2020 02:45:06

%S 1,3,-5,81,-462,385,30375,-369603,765765,-425425,4465125,-94121676,

%T 349922430,-446185740,185910725,1519035525,-49286948607,284499769554,

%U -614135872350,566098157625,-188699385875

%N Triangle read by rows: numerators of coefficients of the Debye-type polynomial u_n used for asymptotic Airy-type expansions of Bessel functions of arbitrary large order.

%H Chris Kormanyos, <a href="/A144617/b144617.txt">Rows n=0..121 of triangle, flattened</a>

%H M. Abramowitz and I. A. Stegun, eds., <a href="http://www.convertit.com/Go/ConvertIt/Reference/AMS55.ASP">Handbook of Mathematical Functions</a>, National Bureau of Standards Applied Math. Series 55, Tenth Printing, 1972. See Section 9.3.9.

%H M. Abramowitz and I. A. Stegun, eds., <a href="http://people.math.sfu.ca/~cbm/aands/">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy]. See Section 9.3.9.

%e The polynomials u_0, u_1, u_2 and u_3 are:

%e 1;

%e (3*t - 5*t^3)/24;

%e (81*t^2 - 462*t^4 + 385*t^6)/1152;

%e (30375*t^3 - 369603*t^5 + 765765*t^7 - 425425*t^9)/414720.

%t uktop = {1, 3, -5}; ukbot = {1, 24}; u = ((3 t) - (5 (t^3)))/24; Do[uk = (((1/2) (t^2) (1 - (t^2))) D[u, t]) + ((1/8) Integrate[((1 - (5 (t^2))) u), {t, 0, t}]); u = Simplify[uk]; Do[uktop = Append[uktop, Coefficient[Expand[Numerator[u]], t^n]], {n, k, 3 k, 2}]; ukbot = Append[ukbot, Denominator[u]]; Print[k], {k, 2, 8}]; (* Chris Kormanyos (ckormanyos(AT)yahoo.com), Jan 18 2009 *)

%Y For denominators see A144618. Cf. A144622.

%K sign,frac,tabl

%O 0,2

%A _N. J. A. Sloane_, Jan 15 2009, based on email from Chris Kormanyos (ckormanyos(AT)yahoo.com)

%E Terms up to u_5 from Chris Kormanyos (ckormanyos(AT)yahoo.com), Jan 18 2009

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 June 3 20:36 EDT 2024. Contains 373088 sequences. (Running on oeis4.)