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!)
A320354 Square array A(n,k), n >= 0, k >= 1, read by antidiagonals: A(n,k) = Product_{j=1..n} (k^j - 1). 0
1, 1, 0, 1, 1, 0, 1, 2, 3, 0, 1, 3, 16, 21, 0, 1, 4, 45, 416, 315, 0, 1, 5, 96, 2835, 33280, 9765, 0, 1, 6, 175, 11904, 722925, 8053760, 615195, 0, 1, 7, 288, 37625, 7428096, 739552275, 5863137280, 78129765, 0, 1, 8, 441, 98496, 48724375, 23205371904, 3028466566125, 12816818094080, 19923090075, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
G.f. of column k: Sum_{i>=0} k^(i*(i+1)/2)*x^i / Product_{j=0..i} (1 + k^j*x).
For asymptotics of column k see comment from Vaclav Kotesovec in A027880.
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, ...
0, 1, 2, 3, 4, 5, ...
0, 3, 16, 45, 96, 175, ...
0, 21, 416, 2835, 11904, 37625, ...
0, 315, 33280, 722925, 7428096, 48724375, ...
0, 9765, 8053760, 739552275, 23205371904, 378832015625, ...
MATHEMATICA
Table[Function[k, Product[k^j - 1, {j, 1, n}]][m - n + 1], {m, 0, 9}, {n, 0, m}] // Flatten
Table[Function[k, SeriesCoefficient[Sum[k^(i (i + 1)/2) x^i/Product[(1 + k^j x), {j, 0, i}], {i, 0, n}], {x, 0, n}]][m - n + 1], {m, 0, 9}, {n, 0, m}] // Flatten
CROSSREFS
Sequence in context: A355427 A122078 A292783 * A285320 A347710 A340666
KEYWORD
nonn,tabl
AUTHOR
Ilya Gutkovskiy, Oct 11 2018
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 July 17 14:18 EDT 2024. Contains 374377 sequences. (Running on oeis4.)