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!)
A126232 Number of functions f:{1,2,...,n}->{1,2,...,n} such that Im(f) contains 5 fixed elements. 1
120, 2520, 52080, 1164240, 28594440, 771309000, 22746757440, 729419296320, 25295774463960, 943934414262840, 37728367833920400, 1608541146018621360, 72881990543360522280, 3497670707401587171240, 177254235519701336515680 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,1
LINKS
FORMULA
a(n)=n^n-5*(n-1)^n+10*(n-2)^n-10*(n-3)^n+5*(n-4)^n-(n-5)^n.
EXAMPLE
a(10)=771309000.
MAPLE
a(n):n->n^n-5*(n-1)^n+10*(n-2)^n-10*(n-3)^n+5*(n-4)^n-(n-5)^n;
MATHEMATICA
Drop[Table[Sum[(-1)^k Binomial[5, k] (n-k)^n, {k, 0, 5}], {n, 1, 20}], 4] (* Geoffrey Critzer, Dec 23 2012 *)
CROSSREFS
Sequence in context: A220050 A032180 A000553 * A105943 A219945 A219834
KEYWORD
nonn
AUTHOR
Aleksandar M. Janjic and Milan Janjic, Mar 08 2007
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 13 01:02 EDT 2024. Contains 372497 sequences. (Running on oeis4.)