login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022532 Nexus numbers (n+1)^16-n^16. 2

%I #29 Sep 08 2022 08:44:46

%S 1,65535,42981185,4251920575,148292923329,2668522016831,

%T 30411820662145,248242046141055,1571545212141185,8146979811148159,

%U 35949729863572161,138934529031464255,480532350288143425,1512536728626191295,4390455017903519489,11878335717996660991

%N Nexus numbers (n+1)^16-n^16.

%D J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.

%H Vincenzo Librandi, <a href="/A022532/b022532.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = A010804(n+1) - A010804(n). - _Michel Marcus_, Feb 28 2018

%p b:=16: a:=n->(n+1)^b-n^b: seq(a(n),n=0..18); # _Muniru A Asiru_, Feb 28 2018

%t Table[(n+1)^16-n^16,{n,0,20}] (* _Vincenzo Librandi_, Nov 22 2011 *)

%o (Magma) [(n+1)^16-n^16: n in [0..20]]; // _Vincenzo Librandi_, Nov 22 2011

%o (PARI) for(n=0,20, print1((n+1)^16 - n^16, ", ")) \\ _G. C. Greubel_, Feb 27 2018

%Y Column k=15 of A047969.

%Y Cf. A010804 (n^16).

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_

%E More terms added by _G. C. Greubel_, Feb 27 2018

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)