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!)
A298992 a(n) = (2*n-3-(-1)^n)*(22*n^2-21*n+5*n*(-1)^n)/96. 1
0, 0, 5, 12, 35, 58, 112, 160, 258, 340, 495, 620, 845, 1022, 1330, 1568, 1972, 2280, 2793, 3180, 3815, 4290, 5060, 5632, 6550, 7228, 8307, 9100, 10353, 11270, 12710, 13760, 15400, 16592, 18445, 19788, 21867, 23370, 25688, 27360, 29930, 31780, 34615, 36652 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Consider the partitions of n into two distinct parts (p,q) where p < q. Then a(n) is the total area of the family of rectangles (and the areas of the squares on their sides) with dimensions p and |q - p|.
LINKS
FORMULA
a(n) = Sum_{i=1..floor((n-1)/2)} i*(n-2*i) + 2*i^2 + 2*(n-2*i)^2.
From Colin Barker, Apr 23 2019: (Start)
G.f.: x^3*(5 + 7*x + 8*x^2 + 2*x^3) / ((1 - x)^4*(1 + x)^3).
a(n) = a(n-1) + 3*a(n-2) - 3*a(n-3) - 3*a(n-4) + 3*a(n-5) + a(n-6) - a(n-7) for n>7.
(End)
MATHEMATICA
Table[(2 n - 3 - (-1)^n) (22 n^2 - 21 n + 5 n (-1)^n)/96, {n, 50}]
PROG
(PARI) concat([0, 0], Vec(x^3*(5 + 7*x + 8*x^2 + 2*x^3) / ((1 - x)^4*(1 + x)^3) + O(x^40))) \\ Colin Barker, Apr 23 2019
CROSSREFS
Sequence in context: A192243 A292104 A136113 * A050189 A308344 A116995
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Apr 16 2018
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 25 08:25 EDT 2024. Contains 371964 sequences. (Running on oeis4.)