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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022526 Nexus numbers (n+1)^10-n^10. 1
1, 1023, 58025, 989527, 8717049, 50700551, 222009073, 791266575, 2413042577, 6513215599, 15937424601, 35979939623, 75941127625, 151396163127, 287395735649, 522861237151, 916482272673, 1554473326175 (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^5; b=(n+1)^5; s=(a+b)*(b-a); AppendTo[lst, s], {n, 0, 5!}]; lst [From Vladimir Orlovsky, Jan 23 2009]

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

PROG

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

CROSSREFS

Sequence in context: A075946 A075951 A075947 * A069095 A024008 A123867

Adjacent sequences:  A022523 A022524 A022525 * A022527 A022528 A022529

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 15 16:49 EST 2012. Contains 205824 sequences.