login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A096882 Expansion of g.f. (1 + 7*x)/(1 - 50*x^2). 1
1, 7, 50, 350, 2500, 17500, 125000, 875000, 6250000, 43750000, 312500000, 2187500000, 15625000000, 109375000000, 781250000000, 5468750000000, 39062500000000, 273437500000000, 1953125000000000, 13671875000000000, 97656250000000000, 683593750000000000, 4882812500000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 6*a(n-1) + 7*a(n-2) + 50^floor((n-2)/2).
a(n) = Sum_{k=0..floor(n/2)} binomial(floor(n/2), k)*7^(n-2*k).
E.g.f.: cosh(5*sqrt(2)*x) + 7*sinh(5*sqrt(2)*x)/(5*sqrt(2)). - Stefano Spezia, Mar 31 2023
MATHEMATICA
a[n_]:=Sum[Binomial[Floor[n/2], k]7^(n-2k), {k, 0, Floor[n/2]}]; Array[a, 25, 0] (* Stefano Spezia, Mar 31 2023 *)
CROSSREFS
Sequence in context: A266360 A288787 A033117 * A033125 A022037 A054413
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 14 2004
EXTENSIONS
More terms from Stefano Spezia, Mar 31 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 26 09:24 EDT 2024. Contains 371991 sequences. (Running on oeis4.)