login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022532 Nexus numbers (n+1)^16-n^16. 1
1, 65535, 42981185, 4251920575, 148292923329, 2668522016831, 30411820662145, 248242046141055, 1571545212141185, 8146979811148159, 35949729863572161, 138934529031464255, 480532350288143425 (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

Vincenzo Librandi, Table of n, a(n) for n = 0..10000

MATHEMATICA

lst={}; Do[a=n^8; b=(n+1)^8; s=(a+b)*(b-a); AppendTo[lst, s], {n, 0, 4!}]; lst [From Vladimir Orlovsky, Jan 23 2009]

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

CROSSREFS

Sequence in context: A075965 A011566 A161167 * A161195 A069391 A188096

Adjacent sequences:  A022529 A022530 A022531 * A022533 A022534 A022535

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 12:58 EDT 2013. Contains 225588 sequences.