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.

A022539 Nexus numbers (n+1)^23 - n^23.

This page as a plain text file.
%I A022539 #25 Sep 08 2022 08:44:46
%S A022539 1,8388607,94134790219,70274600998837,11850560210900461,
%T A022539 777809294098524691,26579017117027313527,562927063018624735369,
%U A022539 8272642309293795444217,91137061880347498904071,795430243255237372246531,5729307023693999638873597,35129168146463879355925669
%N A022539 Nexus numbers (n+1)^23 - n^23.
%D A022539 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
%H A022539 G. C. Greubel, <a href="/A022539/b022539.txt">Table of n, a(n) for n = 0..10000</a>
%F A022539 a(n) = A010811(n+1) - A010811(n). - _Michel Marcus_, Feb 27 2018
%p A022539 b:=23: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018
%t A022539 Differences/@Partition[Range[0,20]^23,2,1]//Flatten (* _Harvey P. Dale_, Apr 20 2016 *)
%o A022539 (PARI) for(n=0,20, print1((n+1)^23 - n^23, ", ")) \\ _G. C. Greubel_, Feb 27 2018
%o A022539 (Magma) [(n+1)^23 - n^23: n in [0..20]]; // _G. C. Greubel_, Feb 27 2018
%Y A022539 Column k=22 of A047969.
%Y A022539 Cf. A010811.
%K A022539 nonn
%O A022539 0,2
%A A022539 _N. J. A. Sloane_
%E A022539 Terms a(10) onward added by _G. C. Greubel_, Feb 27 2018