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!)
A309579 Maximum principal ratio of a strongly connected digraph on n nodes. 0
2, 6, 22, 102, 582, 3942, 30822, 272742, 2691942, 29303142, 348637542, 4499984742, 62618845542, 934401757542, 14882928349542, 252007880413542, 4520257017565542, 85616990623453542, 1707551662741213542, 35768179777214173542, 785101998295619293542, 18019779824218937053542 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
The principal ratio of a strongly connected digraph is the ratio of largest to smallest entries in the stationary distribution of a simple random walk on that digraph.
LINKS
S. Aksoy, F. Chung, X. Peng, Extreme values of the stationary distribution of random walks on directed graphs, arXiv:1602.01162 [math.CO], 2016.
S. Aksoy, F. Chung, X. Peng, Extreme values of the stationary distribution of random walks on directed graphs, Advances in Applied Mathematics, 81:128--155, 2016.
FORMULA
a(n) = (2/3) * (n-1)! * ( n/(n-1) + (1/(n-1)!) * Sum_{i=1..n-3} i! ).
a(n) = 2 * A056199(n-1). - Alois P. Heinz, Aug 11 2019
PROG
(PARI) a(n) = (2/3) * (n-1)! * ( n/(n-1) + (1/(n-1)!) * sum(i=1, n-3, i!)); \\ Michel Marcus, Aug 11 2019
CROSSREFS
Cf. A056199.
Sequence in context: A129815 A345194 A251181 * A103941 A064643 A218531
KEYWORD
nonn
AUTHOR
Sinan G. Aksoy, Aug 08 2019
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 19 07:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)