login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022526 Nexus numbers (n+1)^10-n^10. 6
1, 1023, 58025, 989527, 8717049, 50700551, 222009073, 791266575, 2413042577, 6513215599, 15937424601, 35979939623, 75941127625, 151396163127, 287395735649, 522861237151, 916482272673, 1554473326175, 2560599031177, 4108933742199, 6439880978201, 9880041813223 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
J. H. Conway and R. K. Guy, The Book of Numbers, Copernicus Press, NY, 1996, p. 54.
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
FORMULA
G.f.: (x +1)*(x^8 +1012*x^7 +46828*x^6 +408364*x^5 +901990*x^4 +408364*x^3 +46828*x^2 +1012*x +1) / (x -1)^10. - Colin Barker, Dec 22 2012
a(n) = A008454(n+1) - A008454(n). - Michel Marcus, Feb 28 2018
G.f.: polylog(-10, x)*(1-x)/x. See the g.f. of Colin Barker (with expanded numerator), and the g.f. of the rows of A008292 by Vladeta Jovovic, Sep 02 2002. - Wolfdieter Lang, May 10 2021
MAPLE
b:=10: a:=n->(n+1)^b-n^b: seq(a(n), n=0..18); # Muniru A Asiru, Feb 28 2018
MATHEMATICA
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
(PARI) for(n=0, 20, print1((n+1)^10 - n^10, ", ")) \\ G. C. Greubel, Feb 27 2018
CROSSREFS
Column k=9 of A047969.
Cf. A008454 (n^10).
Sequence in context: A075951 A075947 A228266 * A069095 A024008 A123867
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 22 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)