OFFSET
1,2
COMMENTS
Also sixth column (m=5) sequence of triangle A091543.
REFERENCES
P. Blasiak, K. A. Penson and A. I. Solomon, The general boson normal ordering problem, Phys. Lett. A 309 (2003) 198-205.
FORMULA
a(n)= product((5*j+2)*(5*j+1), j=0..n-1)/2, n>=1. From eq.12 of the Blasiak et al. reference with r=7, s=2, k=1.
a(n)= (5^(2*n))*risefac(1/5, n)*risefac(2/5, n)/2, n>=1, with risefac(x, n) = Pochhammer(x, n).
a(n)= fac5(5*n-3)*fac5(5*n-4)/2, n>=1, with fac5(5*n-4)/2 = A034323(n) and fac5(5*n-3)= A008548(n) (5-factorials).
E.g.f.: (hypergeom([1/5, 2/5], [], 25*x)-1)/2.
a(n)=A091747(n, 2), n>=1.
D-finite with recurrence a(n) -(5*n-3)*(5*n-4)*a(n-1)=0. - R. J. Mathar, Jul 27 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 13 2004
STATUS
approved