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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022530 Nexus numbers (n+1)^14-n^14. 1
1, 16383, 4766585, 263652487, 5835080169, 72260648471, 599858908753, 3719823438255, 18478745943857, 77123207545039, 279749833583241, 904168630965623, 2653457921150425, 7174630439858727, 18080919199832609 (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

Harvey P. Dale, Table of n, a(n) for n = 0..1000

MATHEMATICA

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

Last[#]-First[#]&/@Partition[Range[0, 20]^14, 2, 1] (* From Harvey P. Dale, Oct 04 2011 *)

CROSSREFS

Sequence in context: A075959 A011564 A161025 * A161117 A069389 A069415

Adjacent sequences:  A022527 A022528 A022529 * A022531 A022532 A022533

KEYWORD

nonn

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 20:03 EST 2012. Contains 205852 sequences.