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!)
A187117 A diagonal of triangle A187115. 4
1, 6, 39, 318, 3242, 40348, 598083, 10337402, 204706486, 4577520108, 114208773268, 3147671423964, 95023271024164, 3119560618275648, 110684959354534001, 4221624141483353436, 172274971776090819870 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
COMMENTS
Definition of triangle: A187115(n,k) = [y^k] R_{n-1}(y+y^2) for k=2..n, n>2, where R_n(y) is the n-th row polynomial with R_2(y)=y^2.
LINKS
FORMULA
Equals column 1 in the matrix cube of triangle A135080.
PROG
(PARI) {a(n)=local(Rn=y^2); for(m=2, n+2, Rn=subst(truncate(Rn), y, y+y^2+O(y^m))); polcoeff(Rn, n, y)}
CROSSREFS
Sequence in context: A335344 A135890 A067273 * A137972 A007322 A341728
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 08 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 May 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)