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 A022532 #29 Sep 08 2022 08:44:46 %S A022532 1,65535,42981185,4251920575,148292923329,2668522016831, %T A022532 30411820662145,248242046141055,1571545212141185,8146979811148159, %U A022532 35949729863572161,138934529031464255,480532350288143425,1512536728626191295,4390455017903519489,11878335717996660991 %N A022532 Nexus numbers (n+1)^16-n^16. %D A022532 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54. %H A022532 Vincenzo Librandi, <a href="/A022532/b022532.txt">Table of n, a(n) for n = 0..10000</a> %F A022532 a(n) = A010804(n+1) - A010804(n). - _Michel Marcus_, Feb 28 2018 %p A022532 b:=16: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018 %t A022532 Table[(n+1)^16-n^16,{n,0,20}] (* _Vincenzo Librandi_, Nov 22 2011 *) %o A022532 (Magma) [(n+1)^16-n^16: n in [0..20]]; // _Vincenzo Librandi_, Nov 22 2011 %o A022532 (PARI) for(n=0,20, print1((n+1)^16 - n^16, ", ")) \\ _G. C. Greubel_, Feb 27 2018 %Y A022532 Column k=15 of A047969. %Y A022532 Cf. A010804 (n^16). %K A022532 nonn,easy %O A022532 0,2 %A A022532 _N. J. A. Sloane_ %E A022532 More terms added by _G. C. Greubel_, Feb 27 2018