Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #12 Dec 08 2023 11:17:32
%S 1,2,3,8,7,22,15,44,23,62,52,102,55,170,114,152,136,290,154,362,189,
%T 308,119,530,238,546,443,550,403,842,382,962,615,288,800,938,573,1370,
%U 1008,1184,796,1682,813,1850,250,1238,1473,2210,1058,2192,1476
%N Antidiagonal sums of A367825.
%H Stefano Spezia, <a href="/A367827/b367827.txt">Table of n, a(n) for n = 0..10000</a>
%t A367825[0,0]=1; A367825[n_,k_]:=Denominator[(FromDigits[Reverse[IntegerDigits[n]]]-k)/(n+k)]; Table[Sum[A367825[n-k,k],{k,0,n}],{n,0,50}]
%Y Cf. A004086, A367825.
%K nonn,base
%O 0,2
%A _Stefano Spezia_, Dec 02 2023