%I #31 Aug 22 2024 17:48:38
%S 1,12,174,2436,34307,482664,6791772,95567064,1344731653,18921807828,
%T 266250046986,3746422451772,52716164405255,741772724044560,
%U 10437534301224120,146867252940711408,2066579075472320521
%N a(n) = Pell(n)*Pell(n-1)*Pell(n-2) / 10.
%H Michael A. Allen and Kenneth Edwards, <a href="https://www.fq.math.ca/Papers1/60-5/allen.pdf">Fence tiling derived identities involving the metallonacci numbers squared or cubed</a>, Fib. Q. 60:5 (2022) 5-17.
%H N. Heninger, E. M. Rains and N. J. A. Sloane, <a href="http://arXiv.org/abs/math.NT/0509316">On the Integrality of n-th Roots of Generating Functions</a>, arXiv:math/0509316 [math.NT], 2005-2006.
%H N. Heninger, E. M. Rains and N. J. A. Sloane, <a href="http://dx.doi.org/10.1016/j.jcta.2006.03.018">On the Integrality of n-th Roots of Generating Functions</a>, J. Combinatorial Theory, Series A, 113 (2006), 1732-1745.
%H Ronald Orozco López, <a href="https://arxiv.org/abs/2408.08943">Generating Functions of Generalized Simplicial Polytopic Numbers and (s,t)-Derivatives of Partial Theta Function</a>, arXiv:2408.08943 [math.CO], 2024. See p. 13.
%H <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (12,30,-12,-1).
%F G.f.: x^3 / ((1+2*x-x^2)*(1-14*x-x^2)).
%F a(n) = 12*a(n-1) + 30*a(n-2) - 12*a(n-3) - a(n-4); a(3)=1, a(4)=12, a(5)=174, a(6)=2436. - _Harvey P. Dale_, Feb 26 2012
%F From _Peter Bala_, Mar 30 2015: (Start)
%F The following remarks assume an offset of 0.
%F The o.g.f. A(x) = 1/( (1 + 2*x - x^2)*(1 - 14*x - x^2) ). Hence A(x) (mod 4) = 1/(1 + 2*x - x^2)^2 (mod 4). It follows by Theorem 1 of Heninger et al. that sqrt(A(x)) = 1 + 6*x + 69*x^2 + 804*x^3 + ... has integral coefficients.
%F Sum_{n >= 0} a(n)*x^n = exp( Sum_{n >= 1} Pell(4*n)/Pell(n)*x^n/n ). Cf. A001656, A084175. (End)
%F a(n+1) = (1/2)*Sum_{k=1..n-1} ( A014445(k)*A110272(n-k) ) for n > 1. - _Michael A. Allen_, Jan 25 2023
%t Drop[CoefficientList[Series[x^3/((1+2x-x^2)(1-14x-x^2)),{x,0,20}],x],3] (* or *) LinearRecurrence[{12,30,-12,-1},{1,12,174,2436},20] (* _Harvey P. Dale_, Feb 26 2012 *)
%Y Cf. A000129. Third column of triangle A099927. Cf. A001656, A084175.
%K nonn,easy
%O 3,2
%A _Ralf Stephan_, Nov 03 2004