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

 


A022532
Nexus numbers (n+1)^16-n^16.
2
1, 65535, 42981185, 4251920575, 148292923329, 2668522016831, 30411820662145, 248242046141055, 1571545212141185, 8146979811148159, 35949729863572161, 138934529031464255, 480532350288143425, 1512536728626191295, 4390455017903519489, 11878335717996660991
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) = A010804(n+1) - A010804(n). - Michel Marcus, Feb 28 2018
MAPLE
b:=16: a:=n->(n+1)^b-n^b: seq(a(n), n=0..18); # Muniru A Asiru, Feb 28 2018
MATHEMATICA
Table[(n+1)^16-n^16, {n, 0, 20}] (* Vincenzo Librandi, Nov 22 2011 *)
PROG
(Magma) [(n+1)^16-n^16: n in [0..20]]; // Vincenzo Librandi, Nov 22 2011
(PARI) for(n=0, 20, print1((n+1)^16 - n^16, ", ")) \\ G. C. Greubel, Feb 27 2018
CROSSREFS
Column k=15 of A047969.
Cf. A010804 (n^16).
Sequence in context: A075965 A011566 A161167 * A161195 A069391 A188096
KEYWORD
nonn,easy
EXTENSIONS
More terms added by G. C. Greubel, Feb 27 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 21 19:38 EDT 2024. Contains 376089 sequences. (Running on oeis4.)