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.

A022538 Nexus numbers (n+1)^22 - n^22.

This page as a plain text file.
%I A022538 #22 Sep 08 2022 08:44:46
%S A022538 1,4194303,31376865305,17560804984807,2366593604971209,
%T A022538 129237518051251511,3778199344740720913,69877155246255218415,
%U A022538 910983925888773026417,9015229097816388767119,71402749386839761113321,470658689525596656480023,2659777439042418687564025
%N A022538 Nexus numbers (n+1)^22 - n^22.
%D A022538 J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
%H A022538 G. C. Greubel, <a href="/A022538/b022538.txt">Table of n, a(n) for n = 0..10000</a>
%F A022538 a(n) = A010810(n+1) - A010810(n). - _Michel Marcus_, Feb 27 2018
%p A022538 b:=22: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018
%t A022538 Table[(n+1)^22 - n^22, {n,0,20}] (* _G. C. Greubel_, Feb 27 2018 *)
%o A022538 (PARI) for(n=0,20, print1((n+1)^22 - n^22, ", ")) \\ _G. C. Greubel_, Feb 27 2018
%o A022538 (Magma) [(n+1)^22 - n^22: n in [0..20]]; // _G. C. Greubel_, Feb 27 2018
%Y A022538 Column k=21 of A047969.
%Y A022538 Cf. A010810.
%K A022538 nonn
%O A022538 0,2
%A A022538 _N. J. A. Sloane_
%E A022538 Terms a(12) onward added by _G. C. Greubel_, Feb 27 2018