[go: up one dir, main page]

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!)
A065920 Bessel polynomial {y_n}'(2). 7
0, 1, 15, 246, 4810, 111315, 2994621, 92069740, 3188772756, 122934101445, 5223324100555, 242563221769506, 12224586738476190, 664572113979550231, 38767776344788218105, 2415639337342677314520, 160131212043826343202856 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
REFERENCES
J. Riordan, Combinatorial Identities, Wiley, 1968, p. 77.
LINKS
FORMULA
Recurrence: (n-1)^2*a(n) = (2*n - 1)*(2*n^2 - 2*n + 1)*a(n-1) + n^2*a(n-2). - Vaclav Kotesovec, Jul 22 2015
a(n) ~ 2^(2*n-1/2) * n^(n+1) / exp(n-1/2). - Vaclav Kotesovec, Jul 22 2015
From G. C. Greubel, Aug 14 2017: (Start)
a(n) = 2*n*(1/2)_{n}*4^(n - 1)* hypergeometric1f1(1 - n, -2*n, 1).
E.g.f.: ((1 - 4*x)^(3/2) + 2*x*(1 - 4*x)^(1/2) + 8*x - 1)*exp((1 - sqrt(1 - 4*x))/2)/(4*(1 - 4*x)^(3/2)). (End)
G.f.: (t/(1-t)^3)*hypergeometric2f0(2,3/2; - ; 4*t/(1-t)^2). - G. C. Greubel, Aug 16 2017
MATHEMATICA
Table[Sum[(n+k+1)!/(2*(n-k-1)!*k!), {k, 0, n-1}], {n, 0, 20}] (* Vaclav Kotesovec, Jul 22 2015 *)
Join[{0}, Table[2*n*Pochhammer[1/2, n]*4^(n - 1)* Hypergeometric1F1[1 - n, -2*n, 1], {n, 1, 50}]] (* G. C. Greubel, Aug 14 2017 *)
PROG
(PARI) for(n=0, 50, print1(sum(k=0, n-1, (n+k+1)!/(2*(n-k-1)!*k!)), ", ")) \\ G. C. Greubel, Aug 14 2017
CROSSREFS
Sequence in context: A059615 A215855 A163031 * A273624 A223424 A218806
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 08 2001
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 August 29 09:16 EDT 2024. Contains 375511 sequences. (Running on oeis4.)