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 A028369 #19 Sep 08 2022 08:44:50 %S A028369 1,4,32,1024,524288,68719476736,590295810358705651712, %T A028369 21778071482940061661655974875633165533184, %U A028369 14821387422376473014217086081112052205218558037201992197050570753012880593911808 %N A028369 a(n) = 2^(2^(n-1) + n - 2). %H A028369 Vincenzo Librandi, <a href="/A028369/b028369.txt">Table of n, a(n) for n = 1..12</a> %F A028369 a(n) = 2^A052944(n-1). - _R. J. Mathar_, Dec 15 2015 %t A028369 Table[2^(2^(n-1)+n-2),{n,10}] (* _Harvey P. Dale_, Aug 20 2019 *) %o A028369 (Magma) [2^(n-1)*2^(2^(n-1)-1): n in [1..10]]; // _Vincenzo Librandi_, Jun 03 2011 %o A028369 (PARI) a(n)=1<<(2^(n-1)+n-2) \\ _Charles R Greathouse IV_, Jun 05 2011 %K A028369 nonn,easy %O A028369 1,2 %A A028369 _N. J. A. Sloane_ %E A028369 One more term (a(9)) from _Harvey P. Dale_, Aug 20 2019