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!)
A108479 Anti-diagonal sums of number triangle A086645. 2
1, 1, 2, 7, 17, 44, 117, 305, 798, 2091, 5473, 14328, 37513, 98209, 257114, 673135, 1762289, 4613732, 12078909, 31622993, 82790070, 216747219, 567451585, 1485607536, 3889371025, 10182505537, 26658145586, 69791931223, 182717648081 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1-x-x^2)/(1-2x-x^2-2x^3+x^4); a(n)=2(n-1)+a(n-2)+2a(n-3)-a(n-4); a(n)=sum{k=0..floor(n/2), C(2(n-k), 2k)}; a(n)=sum{k=0..floor(n/2), sum{j=0..n-k, C(2(n-2k), j)C(2k, j)}}.
MATHEMATICA
LinearRecurrence[{2, 1, 2, -1}, {1, 1, 2, 7}, 30] (* Harvey P. Dale, Jun 01 2021 *)
CROSSREFS
Sequence in context: A175120 A239357 A106910 * A178441 A014742 A367687
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 04 2005
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 16 08:27 EDT 2024. Contains 371698 sequences. (Running on oeis4.)