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!)
A108991 Main diagonal of triangle A108990, in which the g.f. of row n, R_n(x), satisfies: [x^k] R_{n+1}(x) = [x^k] (1 + x*R_n(x))^(n+1) for k=0..n+1. 6
1, 1, 3, 22, 287, 5496, 139727, 4447234, 170501039, 7661336692, 395314147319, 23054541596934, 1500572569678932, 107886158725753318, 8494969789519239340, 727287072573544716489, 67284371697225428990319 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
PROG
(PARI) {a(n)=local(F=1+x*O(x^n)); for(m=1, n, F=(1+x*F)^m); polcoeff(F, n)}
CROSSREFS
Sequence in context: A206801 A135862 A122778 * A247659 A244468 A325295
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 15 2005
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 25 13:24 EDT 2024. Contains 371971 sequences. (Running on oeis4.)