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!)
A129653 Antidiagonal sums of number triangle A129652. 1

%I #12 Feb 21 2022 15:46:33

%S 1,1,4,15,83,556,4435,40773,423836,4908403,62606297,871421976,

%T 13136605577,213122669141,3701085673676,68480774296803,

%U 1344611320542931,27917413103561540,611000785570868627,14056645627856206809,339081826905338009620,8557085279980716462407

%N Antidiagonal sums of number triangle A129652.

%H T.-X. He, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL11/He/he51.html">A symbolic operator approach to power series transformation-expansion formulas</a>, JIS 11 (2008) 08.2.7

%F a(n) = Sum_{k=0..floor(n/2)} (((n-k)!/k!)*sum{i=0..n-2k} C(n-2k-1,i)/(n-2k-i)!).

%o (PARI) a(n) = sum(k=0, n\2, ((n-k)!/k!)*sum(i=0, n-2*k, binomial(n-2*k-1,i)/(n-2*k-i)!)); \\ _Michel Marcus_, Sep 10 2015

%Y Cf. A129652.

%K easy,nonn

%O 0,3

%A _Paul Barry_, Apr 26 2007

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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)