Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065919
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065919 Bessel polynomial y_n(4). +0
6
1, 5, 61, 1225, 34361, 1238221, 54516085, 2836074641, 170218994545, 11577727703701, 880077524475821, 73938089783672665, 6803184337622361001, 680392371852019772765, 73489179344355757819621, 8525425196317119926848801, 1057226213522667226687070945 (list; graph; listen)
OFFSET

0,2

REFERENCES

J. Riordan, Combinatorial Identities, Wiley, 1968, p. 77.

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

Index entries for sequences related to Bessel functions or polynomials

FORMULA

y_n(x) = sum ((n+k)!*(x/2)^k/((n-k)!*k!), k=0..n);

Main diagonal of A143411. Recurrence relation: a(0) = 1, a(1) = 5, a(n) = 4*(2*n-1)*a(n-1) + a(n-2) for n >= 2. Sequence A143412(n) satisfies the same recurrence relation. 1/sqrt(e) = 1 - 2*sum {n = 0..inf} (-1)^n/(a(n)*a(n+1)) = 1 - 2*(1/(1*5) - 1/(5*61) + 1/(61*1225) - ...). [From Peter Bala (pbala(AT)toucansurf.com), Aug 14 2008]

PROGRAM

(PARI) { for (n=0, 100, if (n>1, a=4*(2*n - 1)*a1 + a2; a2=a1; a1=a, if (n, a=a1=5, a=a2=1)); write("b065919.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 04 2009]

CROSSREFS

Cf. A001515, A001517, A001518.

Polynomial coefficients are in A001498.

A143411 (main diagonal), A143412. [From Peter Bala (pbala(AT)toucansurf.com), Aug 14 2008]

Sequence in context: A146760 A083082 A009825 this_sequence A096537 A115047 A028296

Adjacent sequences: A065916 A065917 A065918 this_sequence A065920 A065921 A065922

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 08 2001

EXTENSIONS

Recurrence relation a(2) = 5 corrected to a(1) = 5 by Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 04 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 7 08:40 EST 2009. Contains 170430 sequences.


AT&T Labs Research