cp's OEIS Frontend

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.

A022536 Nexus numbers (n+1)^20 - n^20.

This page as a plain text file.
%I A022536 #24 Sep 08 2022 08:44:46
%S A022536 1,1048575,3485735825,1096024843375,94267920012849,3560791008422351,
%T A022536 76136107857549025,1073129238309234975,11004743954450081825,
%U A022536 87842334540943071199,572749994932560009201,3161009997514915112975,15171203782433324316625,64663291650404002121775
%N A022536 Nexus numbers (n+1)^20 - n^20.
%D A022536 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
%H A022536 G. C. Greubel, <a href="/A022536/b022536.txt">Table of n, a(n) for n = 0..10000</a>
%F A022536 a(n) = A010808(n+1) - A010808(n). - _Sean A. Irvine_, May 18 2019
%p A022536 b:=20: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018
%t A022536 Table[(n+1)^20 - n^20, {n,0,20}] (* _G. C. Greubel_, Feb 27 2018 *)
%o A022536 (PARI) for(n=0,20, print1((n+1)^20 - n^20, ", ")) \\ _G. C. Greubel_, Feb 27 2018
%o A022536 (Magma) [(n+1)^20 - n^20: n in [0..20]]; // _G. C. Greubel_, Feb 27 2018
%Y A022536 Column k=19 of A047969.
%K A022536 nonn
%O A022536 0,2
%A A022536 _N. J. A. Sloane_
%E A022536 More terms added by _G. C. Greubel_, Feb 27 2018