cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A067667 a(n) = (2^n)!/2^(2^n-1).

Original entry on oeis.org

1, 1, 3, 315, 638512875, 122529844256906551386796875, 13757108753595648665519665029568345104465749222289382342659100341796875
Offset: 0

Views

Author

Benoit Cloitre, Feb 04 2002

Keywords

Comments

a(n) is also the number of knockout tournament seedings with 2^n teams. - Alexander Karpov, Aug 09 2015
From Zhujun Zhang, Jun 17 2019: (Start)
a(n) is also the number of heap-ordered binomial trees of order n (i.e., binomial heaps with 2^n nodes), see the Mark R. Brown reference.
a(n) is also the largest odd divisor of (2^n)!. (End)

Crossrefs

Programs

Formula

From Alexander Karpov, Aug 09 2015: (Start)
a(n) = (2^n)!/2^(2^n-1).
a(n) = (2^n-1)!!*a(n-1).
a(n) = binomial(2^n-1, 2^(n-1)-1)*(a(n-1))^2 = A069954(n-1) * (a(n-1))^2.
(End)
a(n) = A049606(2^n). - Zhujun Zhang, Jun 16 2019
a(n) = Product_{odd k < 2^n} k^(n - floor(log_2(k))). - Harry Richman, May 18 2023

Extensions

a(0) prepended by Jianing Song, Jul 15 2021