OFFSET
1,2
COMMENTS
All highest scorers are also king chickens, A123553.
LINKS
EXAMPLE
With 4 players there are 32 tournaments with 1 highest scorer, 24 tournaments with 2 highest scorers and 8 tournaments with 3 highest scorers. Therefore a(4)=32*1+24*2+8*3=104.
PROG
(PARI) \\ Requires Winners from A013976.
a(n)={my(M=Winners(n)); sum(i=1, matsize(M)[1], pollead(M[i, 1])*M[i, 2])} \\ Andrew Howroyd, Feb 29 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
Martin Fuller, Nov 16 2006
EXTENSIONS
a(5)-a(10) also computed by Gordon Royle, Nov 16 2006
Terms a(12) and beyond from Andrew Howroyd, Feb 28 2020
STATUS
approved