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!)
A108992 Second 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, 2, 9, 76, 1025, 19656, 495964, 15629720, 593136513, 26392662280, 1349451117586, 78039195326676, 5040212158570043, 359802563875687310, 28145720807393650140, 2395126209579348837776, 220346109158340083116065 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A108990(n+1, n) for n>=0. a(n) = (n+1)*A108993(n).
PROG
(PARI) {a(n)=local(F=1+x*O(x^n)); for(m=1, n+1, F=(1+x*F)^m); polcoeff(F, n)}
CROSSREFS
Sequence in context: A276742 A123680 A132621 * A058164 A006059 A277406
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)