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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022525 Nexus numbers (n+1)^9-n^9. 1
1, 511, 19171, 242461, 1690981, 8124571, 30275911, 93864121, 253202761, 612579511, 1357947691, 2801832661, 5444719021, 10056547411, 17782312591, 30276117361, 49868399761, 79771413871, 124328407411 (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

q=9; lst={}; Do[AppendTo[lst, (n+1)^q-n^q], {n, 0, 2*4!}]; lst [From Vladimir Orlovsky, Jan 23 2009]

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

PROG

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

CROSSREFS

Sequence in context: A075943 A075944 A181128 * A069094 A024007 A160956

Adjacent sequences:  A022522 A022523 A022524 * A022526 A022527 A022528

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 17 00:09 EST 2012. Contains 205978 sequences.