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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022528 Nexus numbers (n+1)^12-n^12. 1
1, 4095, 527345, 16245775, 227363409, 1932641711, 11664504865, 54878189535, 213710059745, 717570463519, 2138428376721, 5777672071535, 14381984674225, 33395827252815, 73052425515329, 151728638820031 (list; graph; refs; listen; history; 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^6; b=(n+1)^6; s=(a+b)*(b-a); AppendTo[lst, s], {n, 0, 4!}]; lst [From Vladimir Orlovsky, Jan 23 2009]

Table[(n+1)^12-n^12, {n, 0, 20}] (* Vincenzo Librandi Nov 22 2011 *)

PROG

(MAGMA) [(n+1)^12-n^12: n in [0..20]]; // Vincenzo Librandi, Nov 22 2011

CROSSREFS

Sequence in context: A011562 A160972 A038999 * A024010 A123868 A161004

Adjacent sequences:  A022525 A022526 A022527 * A022529 A022530 A022531

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 February 14 19:37 EST 2012. Contains 205663 sequences.