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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022529 Nexus numbers (n+1)^13-n^13. 1
1, 8191, 1586131, 65514541, 1153594261, 11839990891, 83828316391, 452866803481, 1992110014441, 7458134171671, 24522712143931, 72470493235141, 195881901213181, 490839666661891, 1152480295105231 (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=13; lst={}; Do[AppendTo[lst, (n+1)^q-n^q], {n, 0, 4!}]; lst [From Vladimir Orlovsky, Jan 23 2009]

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

PROG

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

CROSSREFS

Sequence in context: A161010 A075955 A075956 * A161024 A022195 A069388

Adjacent sequences:  A022526 A022527 A022528 * A022530 A022531 A022532

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 16 02:30 EST 2012. Contains 205860 sequences.