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!)
A224800 Column 0 of triangle A224798. 4
1, 1, 4, 24, 224, 3200, 70144, 2394112, 127279104, 10863804416, 1461901721600, 329015240425472, 116091248328048640, 72663237440661618688, 68393195123465340846080, 125216718860772304085843968, 312478055025316083026815352832 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) {A224798(n, k)=if(n<k|k<0, 0, if(n==k, 1, if(n==k+1, 2^(n-1), sum(j=k+1, n, A224798(n, j)*A224798(j, k+1) ))))}
{a(n)=A224798(n, 0)}
for(n=0, 16, print1(a(n), ", "))
CROSSREFS
Sequence in context: A277612 A216857 A318005 * A348904 A370875 A234012
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 22 2013
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 10 12:00 EDT 2024. Contains 375056 sequences. (Running on oeis4.)