[go: up one dir, main page]

login
Revision History for A001557 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = 1^n + 2^n + ... + 10^n.
(history; published version)
#47 by Alois P. Heinz at Thu Oct 24 15:29:15 EDT 2024
STATUS

proposed

approved

#46 by Stefano Spezia at Thu Oct 24 15:20:39 EDT 2024
STATUS

editing

proposed

#45 by Stefano Spezia at Thu Oct 24 15:20:30 EDT 2024
LINKS

<a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (55, -1320, 18150, -157773, 902055, -3416930, 8409500, -12753576, 10628640, -3628800).

#44 by Stefano Spezia at Thu Oct 24 15:20:06 EDT 2024
LINKS

INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=370">Encyclopedia of Combinatorial Structures 370</a>.

<a href="/index/Rec#order_10">Index entries for linear recurrences with constant coefficients</a>, signature (55,-1320,18150,-157773,902055,-3416930,8409500,-12753576,10628640,-3628800).

STATUS

proposed

editing

#43 by Chai Wah Wu at Thu Oct 24 12:02:59 EDT 2024
STATUS

editing

proposed

#42 by Chai Wah Wu at Thu Oct 24 12:02:55 EDT 2024
PROG

(Python)

def A001557(n): return sum(i**n for i in range(1, 11)) # Chai Wah Wu, Oct 24 2024

STATUS

approved

editing

#41 by Michael De Vlieger at Tue Feb 01 23:40:33 EST 2022
STATUS

proposed

approved

#40 by Jon E. Schoenfield at Tue Feb 01 23:29:19 EST 2022
STATUS

editing

proposed

#39 by Jon E. Schoenfield at Tue Feb 01 23:29:16 EST 2022
NAME

a(n) = 1^n + 2^n + ... + 10^n.

FORMULA

a(n) = sum(j^n,Sum_{j=1..10), } j^n, n >= 0.

E.g.f.: exp(x) + exp(2*x) + exp(3*x) + exp(4*x) + exp(5*x) + exp(6*x) + exp(7*x) + exp(8*x) + exp(9*x) + exp(10*x). - Vladeta Jovovic, May 08 2002

O.g.f.: (2 - 11*x) *(5 - 220*x + 4070*x^2 - 41140*x^3 + 247049*x^4 - 896368*x^5 + 1903836*x^6 - 2143152*x^7 + 966240*x^8)/product((1-j*x),Product_{j=1..10} (1 - j*x).

CROSSREFS

Column 10 of array A103438. Cf. A196837.

AUTHOR
STATUS

approved

editing

#38 by N. J. A. Sloane at Tue May 08 15:11:53 EDT 2018
LINKS

M. Abramowitz and I. A. Stegun, eds., <a href="http://appswww.nrbookconvertit.com/abramowitz_and_stegunGo/ConvertIt/Reference/indexAMS55.htmlASP">Handbook of Mathematical Functions</a>, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

Discussion
Tue May 08
15:11
OEIS Server: https://oeis.org/edit/global/2759