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