OFFSET
0,1
COMMENTS
This sequence appears in the 5-section of A234042.
FORMULA
a(n) = binomial(5*n+8, 4)/5 = (5*n+8)*(5*n+7)*(5*n+6)*(n+1)/4! for n >= 0.
a(n) = A234042(5*n+2) for n >= 0.
a(n) = 14*b(n) + 73*b(n-1) + 37*b(n-2) + b(n-3), with b(n) = binomial(n+4,4) = A000332(n) for n >= 0.
O.g.f.: (14 + 73*x + 37*x^2 + x^3)/(1-x)^5.
Sum_{n>=0} 1/a(n) = 110/3 - 2*sqrt(25 - 38/sqrt(5))*Pi - 10*sqrt(5)*log(phi) - 5*log(5), where phi is the golden ratio (A001622). - Amiram Eldar, Sep 20 2022
MATHEMATICA
a[n_] := Binomial[5*n + 8, 4]/5; Array[a, 40, 0] (* Amiram Eldar, Sep 20 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Feb 28 2014
STATUS
approved