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!)
A132127 a(n) = (n^3 + 3*n - 2)/2. 3
1, 6, 17, 37, 69, 116, 181, 267, 377, 514, 681, 881, 1117, 1392, 1709, 2071, 2481, 2942, 3457, 4029, 4661, 5356, 6117, 6947, 7849, 8826, 9881, 11017, 12237, 13544, 14941, 16431, 18017, 19702, 21489, 23381, 25381, 27492, 29717, 32059, 34521, 37106, 39817, 42657, 45629 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Binomial transform of [1, 5, 6, 3, 0, 0, 0, ...].
Sum of the numbers in the top row and 1st 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
LINKS
FORMULA
a(n) = n*(n^2 + 3)/2 - 1.
EXAMPLE
From Wesley Ivan Hurt, May 18 2021: (Start)
Sum of the numbers in the top row and 1st column.
[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 6 17 37 69
------------------------------------------------------------------------
(End)
MATHEMATICA
Table[n*(n^2 + 3)/2 - 1, {n, 80}] (* Wesley Ivan Hurt, May 18 2021 *)
PROG
(PARI) a(n) = (n^3 + 3*n - 2)/2; \\ Andrew Howroyd, Apr 17 2021
CROSSREFS
Row sums of triangle A132119 and A132128.
Sequence in context: A023663 A048208 A212980 * A023621 A000385 A192756
KEYWORD
nonn,easy
AUTHOR
Gary W. Adamson, Aug 10 2007
EXTENSIONS
Edited and terms a(13) and beyond from Andrew Howroyd, Apr 17 2021
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 May 1 20:04 EDT 2024. Contains 372176 sequences. (Running on oeis4.)