The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A187006 A diagonal of triangle A187005. 5
1, 2, 6, 29, 202, 1880, 22108, 315784, 5322126, 103541022, 2285965792, 56501970700, 1546339364952, 46433615292128, 1518172222889000, 53695946069029290, 2042960241832903824, 83207255745283689726 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Definition of triangle: A187005(n,k) = [y^k] R_{n-1}(y+y^2) for k=1..n where R_n(y) is the n-th row polynomial for n>1 with R_1(y)=y.
LINKS
PROG
(PARI) {a(n)=local(Rn=y); for(m=1, n+1, Rn=subst(truncate(Rn), y, y+y^2+y*O(y^m))); polcoeff(Rn, n, y)}
CROSSREFS
Sequence in context: A260578 A296792 A241462 * A321961 A088957 A030538
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 02 2011
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 June 1 18:31 EDT 2024. Contains 373027 sequences. (Running on oeis4.)