OFFSET
1,1
COMMENTS
LINKS
FORMULA
a(n) = (2^(1/4))^(3+2*n+(-1)^n) * (2-(-1)^n)/2.
G.f.: x*(3+2*x)/(1-2*x^2).
E.g.f.: cosh(sqrt(2)*x) + 3*sinh(sqrt(2)*x)/sqrt(2) - 1. - Stefano Spezia, May 26 2024
MATHEMATICA
LinearRecurrence[{0, 2}, {3, 2}, 50] (* Harvey P. Dale, Aug 28 2012 *)
PROG
(PARI) m=42; u=concat([3, 2], vector(m-2)); for(n=3, m, u[n]=2*u[n-2]); u
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jun 29 2009
EXTENSIONS
G.f. corrected, comments and cross-references added by Klaus Brockhaus, Aug 08 2009
Corrected by Harvey P. Dale, Aug 28 2012
STATUS
approved
