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.

A022534 Nexus numbers (n+1)^18 - n^18.

This page as a plain text file.
%I A022534 #30 Sep 08 2022 08:44:46
%S A022534 1,262143,387158345,68332056247,3745977788889,97745259402791,
%T A022534 1526853641242033,16385984911571535,132080236787517137,
%U A022534 849905364703000879,4559917313492231481,21063415967393012423,85832073671072149225,314423447258679349527,1051013025824763647969
%N A022534 Nexus numbers (n+1)^18 - n^18.
%D A022534 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
%H A022534 Vincenzo Librandi, <a href="/A022534/b022534.txt">Table of n, a(n) for n = 0..10000</a>
%F A022534 a(n) = A010806(n+1) - A010806(n). - _Michel Marcus_, Feb 27 2018
%p A022534 b:=18: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018
%t A022534 Table[(n+1)^18-n^18,{n,0,20}] (* _Vincenzo Librandi_, Nov 22 2011 *)
%o A022534 (Magma) [(n+1)^18-n^18: n in [0..20]]; // _Vincenzo Librandi_, Nov 22 2011
%o A022534 (PARI) for(n=0,20, print1((n+1)^18 - n^18, ", ")) \\ _G. C. Greubel_, Feb 27 2018
%Y A022534 Column k=17 of A047969.
%Y A022534 Cf. A010806 (n^18).
%K A022534 nonn,easy
%O A022534 0,2
%A A022534 _N. J. A. Sloane_
%E A022534 More terms added by _G. C. Greubel_, Feb 27 2018