OFFSET
1,3
COMMENTS
a(n) is a lower bound on (and may be equal to) the isometric path number of the hypercube (see Fitzpatrick et al.). - N. J. A. Sloane, Jan 19 2012.
REFERENCES
Fitzpatrick, Shannon L.; Nowakowski, Richard J.; Holton, Derek; and Caines, Ian; Covering hypercubes by isometric paths. Discrete Math. 240 (2001), no. 1-3, 253-260.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
Table[Ceiling[2^(n-1)/n], {n, 1, 40}] (* Vincenzo Librandi, Dec 19 2011 *)
PROG
(Magma) [Ceiling(2^(n-1)/n): n in [1..40]]; // Vincenzo Librandi, Dec 19 2011
(PARI) vector(40, n, ceil(2^(n-1)/n) ) \\ G. C. Greubel, May 17 2019
(Sage) [ceil(2^(n-1)/n) for n in [1..40]] # G. C. Greubel, May 17 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 23 2000
STATUS
approved