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!)
A259326 Ceiling of ((2^n)!+(2^n-1)^2*(2^(n-1))!*2^(2^(n-1)))/(4^n*(n!)^2). 2
1, 2, 26, 141907500, 17844701940490373256193966080, 59757436204078657410908164193971177467473348779378572774972093904092502425600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
C. S. Lorens, Invertible Boolean functions, IEEE Trans. Electron. Computers, EC-13 (1964), 529-541.
C. S. Lorens, Invertible Boolean functions, IEEE Trans. Electron. Computers, EC-13 (1964), 529-541. [Annotated scan of page 530 only]
MAPLE
# Maple code for A259326, A259327, A259328, A259329, A259330, A259331:
f:=n->((2^n)!+(2^n-1)^2*(2^(n-1))!*2^(2^(n-1)))/(4^n*(n!)^2);
f:=n->((2^n)!)/(4^n*(n!)^2);
f:=n->((2^n)!)/(2^(n*(n-1))*mul((2^i-1)^2, i=1..n));
f:=n->((2^n)!)/(4^(n^2));
f:=n->((2^n)!)/(2^(n*(n+1))*mul((2^i-1)^2, i=1..n));
f:=n->((2^n)!)/(4^n*2^(2*n^2));
[seq(ceil(f(n)), n=1..6)];
CROSSREFS
Sequence in context: A330032 A273381 A094680 * A061192 A356136 A370497
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jun 24 2015
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)