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!)
A291774 Triangle read by rows: chromatic invariant T(n,m) of the complete bipartite graph K_{m,n}. 0
1, 0, 1, 0, 1, 5, 0, 1, 13, 73, 0, 1, 29, 301, 2069, 0, 1, 61, 1081, 11581, 95401, 0, 1, 125, 3613, 57749, 673261, 6487445, 0, 1, 253, 11593, 268381, 4306681, 55213453, 610093513, 0, 1, 509, 36301, 1191989, 25794781, 431525429, 6077248381, 75796724309, 0, 1, 1021, 111961, 5136061, 147587401, 3173843821, 56153444761, 864806272861, 12020754177001 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,6
LINKS
Eric Weisstein's World of Mathematics, Chromatic Invariant
Eric Weisstein's World of Mathematics, Complete Bipartite Graph
FORMULA
T(m,n) = Sum_{k = 0..m-1} k!*(-1)^(k + m)*(k + 1)^n*Stirling2(m, k + 2) for max(m,n) > 1.
EXAMPLE
Triangle begins:
1
0 1
0 1 5
0 1 13 73
0 1 29 301 2069
MATHEMATICA
Join[{1}, Table[Sum[k! (-1)^(k + m) (k + 1)^n StirlingS2[m, k + 2], {k, 0, m - 1}], {n, 2, 10}, {m, n}]] // Flatten
CROSSREFS
Main diagonal gives A048144.
Sequence in context: A221308 A241855 A221800 * A222061 A345453 A064315
KEYWORD
nonn,tabl
AUTHOR
Eric W. Weisstein, Aug 31 2017
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 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)