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.

A022533 Nexus numbers (n+1)^17 - n^17.

This page as a plain text file.
%I A022533 #32 Sep 08 2022 08:44:46
%S A022533 1,131071,129009091,17050729021,745759583941,16163719991611,
%T A022533 215703854542471,2019169299698041,14425381885981321,83322818300333431,
%U A022533 405447028499293771,1713164078241143221,6431804812640900941,21840930809949857971,68034778606362163471,196621779843659466481
%N A022533 Nexus numbers (n+1)^17 - n^17.
%D A022533 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
%H A022533 Vincenzo Librandi, <a href="/A022533/b022533.txt">Table of n, a(n) for n = 0..10000</a>
%F A022533 a(n) = A010805(n+1) - A010805(n). - _Michel Marcus_, Feb 27 2018
%p A022533 b:=17: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018
%t A022533 Table[(n+1)^17-n^17,{n,0,20}] (* _Vincenzo Librandi_, Nov 22 2011 *)
%t A022533 Differences[Range[0,20]^17] (* _Harvey P. Dale_, May 21 2019 *)
%o A022533 (Magma) [(n+1)^17-n^17: n in [0..20]]; // _Vincenzo Librandi_, Nov 22 2011
%o A022533 (PARI) for(n=0,20, print1((n+1)^17 - n^17, ", ")) \\ _G. C. Greubel_, Feb 27 2018
%Y A022533 Column k=16 of A047969.
%Y A022533 Cf. A010805 (n^17).
%K A022533 nonn,easy
%O A022533 0,2
%A A022533 _N. J. A. Sloane_
%E A022533 More terms added by _G. C. Greubel_, Feb 27 2018