login

Revision History for A127736

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
a(n) = n*(n^2 + 2*n - 1)/2.
(history; published version)
#48 by R. J. Mathar at Sun Sep 01 14:06:52 EDT 2024
STATUS

editing

approved

#47 by R. J. Mathar at Sun Sep 01 14:06:41 EDT 2024
FORMULA

Row sums of triangle A134390A131416. Also, binomial transform of [1, 6, 8, 3, 0, 0, 0, ...). - Gary W. Adamson, Oct 23 2007

STATUS

approved

editing

#46 by Michael De Vlieger at Tue Feb 08 20:20:19 EST 2022
STATUS

proposed

approved

#45 by Jon E. Schoenfield at Tue Feb 08 19:22:10 EST 2022
STATUS

editing

proposed

#44 by Jon E. Schoenfield at Tue Feb 08 19:22:08 EST 2022
NAME

a(n) = n*(n^2 + 2*n - 1)/2.

FORMULA

Row sums of triangle A134390. Also, binomial transform of [1, 6, 8, 3, 0, 0, 0, ...). - Gary W. Adamson, Oct 23 2007

a(n) = (n+1)*A000217(n) - n = A006002(n) - n. - R. J. Mathar, Jul 21 2009

From Colin Barker, Mar 12 2014: (Start)

a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). G.f.: -x*(x^2-3*x-1) / (x-1)^4. - _Colin Barker_, Mar 12 2014

G.f.: -x*(x^2-3*x-1) / (x-1)^4. (End)

STATUS

approved

editing

#43 by Wesley Ivan Hurt at Tue May 18 19:29:21 EDT 2021
STATUS

editing

approved

#42 by Wesley Ivan Hurt at Tue May 18 19:28:02 EDT 2021
EXAMPLE

Add all the numbers in the top row and last column.

#41 by Wesley Ivan Hurt at Tue May 18 19:25:24 EDT 2021
COMMENTS

a(n) is the sum Sum of all the numbers going across in the top row and down the last column of an n X n square array whose elements are the numbers from 1..n^2, listed in increasing order by rows (see example). - Wesley Ivan Hurt, May 18 2021

EXAMPLE

From Wesley Ivan Hurt, May 18 2021: (Start)

[1 2 3 4 5]

[1 2 3 4] [6 7 8 9 10]

[1 2 3] [5 6 7 8] [11 12 13 14 15]

[1 2] [4 5 6] [9 10 11 12] [16 17 18 19 20]

[1] [3 4] [7 8 9] [13 14 15 16] [21 22 23 24 25]

------------------------------------------------------------------------

n 1 2 3 4 5

------------------------------------------------------------------------

a(n) 1 7 21 46 85

------------------------------------------------------------------------

(End)

#40 by Wesley Ivan Hurt at Tue May 18 19:17:25 EDT 2021
COMMENTS

a(n) is the sum of all the numbers going across the top row and down the last column of an n X n square array whose elements are the numbers from 1..n^2, listed in increasing order by rows. - Wesley Ivan Hurt, May 18 2021

STATUS

approved

editing

#39 by R. J. Mathar at Thu Jul 28 11:49:54 EDT 2016
STATUS

proposed

approved