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!)
A246384 Column 2 of triangular matrix A246381 = exp(L) where L(n,k) = C(2*n, 2*k+1)/2. 4
1, 3, 34, 296, 3463, 49432, 810268, 15455072, 338772685, 8394224560, 233329015938, 7227504399296, 247636140843723, 9326473325044712, 384115023516036088, 17218573777983105984, 836440310185415850201, 43861870915784327912032, 2474220973150711726940734 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n)=local(L=matrix(n+3, n+3, r, c, if(r>=c, binomial(2*r-2, 2*c-1)/2)), A);
A=sum(m=0, n, L^m/m!); A[n+3, 3]}
for(n=0, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A141789 A121077 A024396 * A066265 A268802 A284891
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 24 2014
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 April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)