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.
%I A006070 M5295 #22 Feb 16 2025 08:32:29 %S A006070 0,0,48,48384,129480729600 %N A006070 Number of Hamiltonian paths on n-cube which are strictly not cycles. %C A006070 Number of Gray codes of length n which strictly do not close. %C A006070 More precisely, this is the number of ways of making a list of the 2^n nodes of the n-cube, with a distinguished starting position and a direction, such that each node is adjacent to the previous one and the last node is not adjacent to the first. %D A006070 M. Gardner, Knotted Doughnuts and Other Mathematical Entertainments. Freeman, NY, 1986, p. 24. %D A006070 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A006070 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HypercubeGraph.html">Hypercube Graph</a> %F A006070 a(n) = A091299(n) - A006069(n). - _Andrew Howroyd_, Dec 25 2021 %e A006070 There are no such paths for n=1 or n=2 (the square). For n = 3 every path has to end at the node of the cube that is diametrically opposite to the start. There are 16 choices for the start and for each start there are 3 Hamiltonian paths that end at the opposite node, so a(3) = 3*16 = 48. %Y A006070 Cf. A006069, A091299. %K A006070 nonn,hard,more %O A006070 1,3 %A A006070 _N. J. A. Sloane_ %E A006070 a(5) from Greg Barton (greg_barton(AT)yahoo.com), May 24 2004