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 #5 Oct 18 2020 07:03:45
%S 1,5,23,113,579,3047,16319,88489,484255,2668951,14793169,82372723,
%T 460436551,2582033519,14519686915,81845419777,462319557311,
%U 2616334071987,14830559353869,84189874112659,478559722392493
%N Odd bisection of A113281: a(n) = A113281(2*n+1).
%F G.f.: ( (1+x)/(1-x)/(1-6*x+x^2)*(1-x-(1-6*x+x^2)^(1/2))/2/x )^(1/2).
%F a(n) ~ (1 + sqrt(2))^(2*n + 3/2) / (2*sqrt(Pi*n)). - _Vaclav Kotesovec_, Oct 18 2020
%o (PARI) {a(n)=local(x=X+X*O(X^n));polcoeff( (2*(1+x)/(1-x)/(1-6*x+x^2)/(1-x+(1-6*x+x^2)^(1/2)) )^(1/2),n,X)}
%Y Cf. A113281, A113282, A113283.
%K nonn
%O 0,2
%A _Paul D. Hanna_, Oct 22 2005