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!)
A057157 Number of non-invertible functions from {0,1}^n to {0,1}^n. 2
0, 2, 232, 16736896, 18446723150919663616, 1461501637330639787366751139186115801643772542976 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2^n)^(2^n) - (2^n)! = A057156(n) - A000722(n) = A036679(A000079(n)).
MATHEMATICA
Table[(2^n)^(2^n) - (2^n)!, {n, 0, 5}] (* G. C. Greubel, Nov 08 2018 *)
PROG
(Magma) [(2^n)^(2^n)-Factorial(2^n): n in [0..5]]; // Vincenzo Librandi, Aug 22 2011
(PARI) vector(6, n, n--; (2^n)^(2^n) - (2^n)!) \\ G. C. Greubel, Nov 08 2018
CROSSREFS
Sequence in context: A012526 A012668 A012530 * A139963 A124046 A101146
KEYWORD
nonn,easy
AUTHOR
Henry Bottomley, Aug 15 2000
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)