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!)
A187123 Row sums of triangle A187120. 4
1, 4, 22, 164, 1599, 19624, 292799, 5162063, 105139954, 2430528374, 62877375426, 1799698534522, 56461862815496, 1926534563625822, 71024188655886038, 2813193432059656268, 119136308527407025379, 5371507426340905440926 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,2
COMMENTS
Definition of triangle: A187120(n,k) = [y^k] R_{n-1}(y+y^2) for k=3..n, n>3, where R_n(y) is the n-th row polynomial starting with R_3(y)=y^3.
LINKS
PROG
(PARI) {a(n)=local(Rn=y^3); for(m=3, n-1, Rn=subst(truncate(Rn), y, y+y^2+O(y^m))); subst(truncate(Rn), y, 1)}
CROSSREFS
Sequence in context: A089464 A111343 A302908 * A121397 A067369 A247249
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 15 12:58 EDT 2024. Contains 372540 sequences. (Running on oeis4.)