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!)
A212805 a(n) = (1-(n-1)/2^n)*(n!)^n. 1
2, 1, 3, 162, 269568, 21772800000, 128430157824000000, 78734235726376796160000000, 6793969131008738346811156070400000000, 107405833909078014660339510303458240495616000000000, 392460917103771065568880570648836410770980864000000000000000000000, 407931390497527236736237611020825246476822200409679741237329920000000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
Morton Abramson, David Promislow, Enumeration of arrays by column rises, J. Combinatorial Theory Ser. A 24 (1978), no. 2, 247--250. MR0469773 (57 #9554).
MATHEMATICA
Table[(1-(n-1)/2^n)(n!)^n, {n, 0, 15}] (* Harvey P. Dale, Dec 30 2023 *)
PROG
(PARI) a(n) = (1-(n-1)/2^n)*(n!)^n; \\ Michel Marcus, Feb 27 2018
CROSSREFS
Cf. A212806.
Sequence in context: A126008 A096098 A096097 * A246431 A225777 A016585
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 27 2012
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)