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!)
A022533 Nexus numbers (n+1)^17 - n^17. 2
1, 131071, 129009091, 17050729021, 745759583941, 16163719991611, 215703854542471, 2019169299698041, 14425381885981321, 83322818300333431, 405447028499293771, 1713164078241143221, 6431804812640900941, 21840930809949857971, 68034778606362163471, 196621779843659466481 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
LINKS
FORMULA
a(n) = A010805(n+1) - A010805(n). - Michel Marcus, Feb 27 2018
MAPLE
b:=17: a:=n->(n+1)^b-n^b: seq(a(n), n=0..18); # Muniru A Asiru, Feb 28 2018
MATHEMATICA
Table[(n+1)^17-n^17, {n, 0, 20}] (* Vincenzo Librandi, Nov 22 2011 *)
Differences[Range[0, 20]^17] (* Harvey P. Dale, May 21 2019 *)
PROG
(Magma) [(n+1)^17-n^17: n in [0..20]]; // Vincenzo Librandi, Nov 22 2011
(PARI) for(n=0, 20, print1((n+1)^17 - n^17, ", ")) \\ G. C. Greubel, Feb 27 2018
CROSSREFS
Column k=16 of A047969.
Cf. A010805 (n^17).
Sequence in context: A161213 A075967 A075968 * A161215 A069392 A289479
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms added by G. C. Greubel, Feb 27 2018
STATUS
approved

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 July 16 08:10 EDT 2024. Contains 374345 sequences. (Running on oeis4.)