login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A102221 Column 0 of triangular matrix A102220, which equals [2*I - A008459]^(-1). 2
1, 1, 5, 55, 1077, 32951, 1451723, 87054773, 6818444405, 675900963271, 82717196780955, 12248810651651333, 2158585005685222491, 446445657799551807541, 107087164031952038620481 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n) = Sum_{k=0..n-1} C(n, k)^2*a(k) for n>0, with a(0)=1. a(n) = A102220(n+k, k)/C(n+k, k)^2 for k>=0.

Sum_{n>=0} a(n)*x^n/n!^2 = 1/(2-BesselI(0,2*sqrt(x))). - Vladeta Jovovic (vladeta(AT)eunet.rs), Jul 17 2006

PROG

(PARI) a(n)=if(n==0, 1, sum(k=0, n-1, binomial(n, k)^2*a(k)))

CROSSREFS

Cf. A008459, A102220, A102222.

Cf. A000275.

Sequence in context: A177557 A158690 A192723 * A056600 A177819 A126456

Adjacent sequences:  A102218 A102219 A102220 * A102222 A102223 A102224

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 31 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 07:16 EST 2012. Contains 205700 sequences.