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!)
A224801 Column 1 of triangle A224798. 4
1, 2, 8, 64, 768, 15360, 454656, 22528000, 1646198784, 210411192320, 38824724922368, 13515210211983360, 6407999879041253376, 6440118524495448244224, 7853658309291192797364224, 24080596961115387208480587776 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
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+1, 1)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Sequence in context: A326290 A136282 A092934 * A191571 A347012 A139679
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 April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)