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!)
A073225 a(n) = ceiling(n^n/n!). 5
1, 1, 2, 5, 11, 27, 65, 164, 417, 1068, 2756, 7148, 18614, 48639, 127464, 334865, 881658, 2325751, 6145597, 16263867, 43099805, 114356612, 303761261, 807692035, 2149632062, 5726042116, 15264691108, 40722913455, 108713644517 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The van der Waerden conjecture, now a theorem thanks to Egorycev, states that the permanent of any n X n doubly stochastic matrix is >= n!/n^n, with equality iff the matrix has all entries equal to 1/n.
Therefore the reciprocal of the permanent of any n X n doubly stochastic matrix is bounded from above by n^n/n! and this sequence.
n^n/n! = A001142(n)/A001142(n-1), where A001142(n) is product{k=0 to n} C(n,k) (where C() is a binomial coefficient). - Leroy Quet, May 01 2004
REFERENCES
G. P. Egorycev, Solution of the van der Waerden problem for permanents (Russian), Preprint IFSO-13 M. Akad. Nauk SSSR Sibirsk. Otdel., Inst. Fiz., Krasnoyarsk, 1980. 12 pp. Math. Rev. 82e:15006.
J. H. van Lint, R. M. Wilson, A Course in Combinatorics, Cambridge Univ. Press, 1992. p. 86.
LINKS
EXAMPLE
G.f.: 1 + x + 2*x^2 + 5*x^3 + 11*x^4 + 27*x^5 + 65*x^6 + 164*x^7 + 417*x^8 + ...
MATHEMATICA
Join[{1}, Table[Ceiling[n^n/n!], {n, 1, 50}]] (* G. C. Greubel, May 29 2018 *)
PROG
(PARI) {a(n) = ceil(n^n / n!)}
(Magma) [Ceiling(n^n/Factorial(n)): n in [0..50]]; // G. C. Greubel, May 29 2018
CROSSREFS
Sequence in context: A006652 A340314 A238825 * A027087 A363579 A055227
KEYWORD
nonn
AUTHOR
Michael Somos, Jul 22 2002
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 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)