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 A158817 #10 Jan 02 2022 21:20:29 %S A158817 1,8,800,18783360,28634752192836096, %T A158817 187118328452563147377366903401859072, %U A158817 22533823529098462258163079522899558155141642796614195116180863201125539840 %N A158817 a(n) = (binomial(2^n, 2^(n-1)) - binomial(2^(n-1), 2^(n-2)))/2^n. %H A158817 G. C. Greubel, <a href="/A158817/b158817.txt">Table of n, a(n) for n = 2..11</a> %H A158817 Gyula O. H. Katona and Leonid Makar-Limanov, <a href="http://real.mtak.hu/id/eprint/21056">A problem for abelian groups</a>, Asian-Eur. J. Math. 1 (2008), no. 2, 237--241. (Reviewer: Thomas Britz) 20K01 (05B40 94B65). %F A158817 a(n) = ( binomial(2^n, 2^(n-1)) - binomial(2^(n-1), 2^(n-2)) )/2^n. %t A158817 Table[(Binomial[2^n, 2^(n-1)] -Binomial[2^(n-1), 2^(n-2)])/2^n, {n, 2, 12}] %o A158817 (Sage) [( binomial(2^n, 2^(n-1)) - binomial(2^(n-1), 2^(n-2)) )/2^n for n in (2..12)] # _G. C. Greubel_, Dec 22 2021 %Y A158817 Cf. A069954. %K A158817 nonn %O A158817 2,2 %A A158817 _Tanya Khovanova_ and Leonid Makar-Limanov, Mar 27 2009