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!)
A174988 Expansion of -x*(x-1)*(3*x+1) / (9*x^4-8*x^2+1). 0
0, 1, 2, 5, 16, 31, 110, 203, 736, 1345, 4898, 8933, 32560, 59359, 216398, 394475, 1438144, 2621569, 9557570, 17422277, 63517264, 115784095, 422119982, 769472267, 2805304480, 5113721281, 18643356002, 33984519845, 123899107696 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Old name was: a(n)=2^Floor[n/2]*((1 + Sqrt[7])^n - (1 - Sqrt[7])^n)/(2^n*Sqrt[7]).
REFERENCES
Murat Sahin and Elif Tan, Conditional (strong) divisibility sequences, Fib. Q., 56 (No. 1, 2018), 18-31.
LINKS
FORMULA
a(n) = 8*a(n-2)-9*a(n-4). G.f.: -x*(x-1)*(3*x+1)/(9*x^4-8*x^2+1). [Colin Barker, Jan 05 2013]
MATHEMATICA
f[n_] = 2^Floor[n/2]*((1 + Sqrt[7])^n - (1 - Sqrt[7])^n)/(2^n*Sqrt[7]);
Table[FullSimplify[ExpandAll[f[n]]], {n, 0, 30}]
LinearRecurrence[{0, 8, 0, -9}, {0, 1, 2, 5}, 30] (* Harvey P. Dale, Aug 21 2014 *)
PROG
(PARI) concat(0, Vec((1-x)*(3*x+1)/(9*x^4-8*x^2+1)+O(x^99))) \\ Charles R Greathouse IV, May 15 2013
CROSSREFS
Sequence in context: A361257 A139022 A196025 * A364706 A053683 A305876
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Apr 03 2010
EXTENSIONS
New name from Colin Barker, Jan 05 2013
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)