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!)
A079810 Sums of diagonals (upward from left to right) of the triangle shown in A079809. 1
1, 1, 5, 3, 8, 8, 16, 12, 21, 21, 33, 27, 40, 40, 56, 48, 65, 65, 85, 75, 96, 96, 120, 108, 133, 133, 161, 147, 176, 176, 208, 192, 225, 225, 261, 243, 280, 280, 320, 300, 341, 341, 385, 363, 408, 408, 456, 432, 481, 481, 533, 507, 560, 560, 616, 588, 645, 645 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(4k) = 3k^2. a(4k+1) = a(4k+2) = 3k^2+4k+1. a(4k+3) = 3k^2+8k+5.
From Chai Wah Wu, Feb 03 2021: (Start)
a(n) = a(n-1) + 2*a(n-4) - 2*a(n-5) - a(n-8) + a(n-9) for n > 9.
G.f.: x*(-3*x^4 + 2*x^3 - 4*x^2 - 1)/((x - 1)^3*(x + 1)^2*(x^2 + 1)^2). (End)
EXAMPLE
a(7) = T(7,1)+T(6,2)+T(5,3)+T(4,4) = 7+2+3+4 = 16.
CROSSREFS
Sequence in context: A010484 A174930 A179452 * A300884 A337440 A092748
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Feb 10 2003
EXTENSIONS
Edited by David Wasserman, May 11 2004
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 November 29 13:49 EST 2023. Contains 367445 sequences. (Running on oeis4.)