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!)
A264666 Triangle of partial row products of A264662. 2
2, 2, 6, 2, 10, 30, 2, 10, 30, 210, 2, 10, 30, 330, 2310, 2, 10, 130, 390, 4290, 30030, 2, 34, 170, 2210, 6630, 72930, 510510, 2, 34, 170, 2210, 6630, 125970, 1385670, 9699690, 2, 34, 170, 2210, 6630, 125970, 1385670, 9699690, 223092870, 2, 34, 170, 2210 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
T(n,1) = A264662(n,1) and T(n,k) = A264662(n,k) * T(n,k-1), k=2..n;
T(n,n) = A002110(n).
LINKS
EXAMPLE
. 1: 2
. 2: 2, 6
. 3: 2,10, 30
. 4: 2,10, 30, 210
. 5: 2,10, 30, 330, 2310
. 6: 2,10,130, 390, 4290, 30030
. 7: 2,34,170,2210, 6630, 72930, 510510
. 8: 2,34,170,2210, 6630,125970,1385670, 9699690
. 9: 2,34,170,2210, 6630,125970,1385670, 9699690,223092870
. 10: 2,34,170,2210,64090,192270,3653130,40184430,281291010,6469693230 .
PROG
(Haskell)
a264666 n k = a264666_tabl !! (n-1) !! (n-1)
a264666_row n = a264666_tabl !! (n-1)
a264666_tabl = map (scanl1 (*)) a264662_tabl
CROSSREFS
Sequence in context: A352597 A110765 A176991 * A283362 A337524 A324047
KEYWORD
nonn,tabl
AUTHOR
Reinhard Zumkeller, Nov 20 2015
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 16:38 EDT 2024. Contains 371989 sequences. (Running on oeis4.)