The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A022535 Nexus numbers (n+1)^19 - n^19. 2

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

%S 1,524287,1161737179,273715645477,18798608421181,590286253682371,

%T 10789535445362647,132716292890482729,1206736529597136217,

%U 8649148282327007911,51159090448414546291,258320908922208380557,1142440291004823183829,4514383668573468286507,16192074241582091462191

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

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

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

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

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

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

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

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

%Y Column k=18 of A047969.

%Y Cf. A010807 (n^19).

%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 May 24 06:28 EDT 2024. Contains 372772 sequences. (Running on oeis4.)