Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A102223
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A102223 Column 0 of triangular matrix A102222, which equals -log[2*I - A008459]. +0
2
0, 1, 3, 22, 323, 7906, 290262, 14919430, 1022475715, 90094491994, 9923239949978, 1335853771297750, 215797095378591542, 41198645313603207990, 9176288655853717238830, 2358300288047799986966722 (list; graph; listen)
OFFSET

0,3

COMMENT

Triangle A008459 consists of squared binomial coefficients.

FORMULA

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

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

EXAMPLE

a(2) = 3 = 1 + (1*0*0 + 4*1*1)/2,

a(3) = 22 = 1 + (1*0*0 + 9*1*1 + 9*2*3)/3,

a(4) = 323 = 1 + (1*0*0 + 16*1*1 + 36*2*3 + 16*3*22)/4,

a(5) = 7906 = 1 + (1*0*0 + 25*1*1 + 100*2*3 + 100*3*22 + 25*4*323)/5.

PROGRAM

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

CROSSREFS

Cf. A008459, A102220, A102222.

Adjacent sequences: A102220 A102221 A102222 this_sequence A102224 A102225 A102226

Sequence in context: A144681 A124567 A161967 this_sequence A046947 A002485 A099750

KEYWORD

nonn

AUTHOR

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

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 November 9 12:23 EST 2009. Contains 166233 sequences.


AT&T Labs Research