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!)
A156091 One fourth of the alternating sum of the squares of the first n Fibonacci numbers with index divisible by 3. 4
0, -1, 15, -274, 4910, -88115, 1581149, -28372580, 509125276, -9135882405, 163936757995, -2941725761526, 52787126949450, -947226559328599, 16997290940965305, -305004010378046920, 5473074895863879224, -98210344115171779145 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Natural bilateral extension (brackets mark index 0): ..., 88115, -4910, 274, -15, 1, 0, [0], -1, 15, -274, 4910, -88115, 1581149, ... This is (-A156091)-reversed followed by A156091. That is, A156091(-n) = -A156091(n-1).
LINKS
FORMULA
Let F(n) be the Fibonacci number A000045(n).
a(n) = (1/4) sum_{k=1..n} (-1)^k F(3k)^2.
Closed form: a(n) = (-1)^n F(6n+3)/40 - (2 n + 1)/20.
Recurrence: a(n) + 17 a(n-1) - 17 a(n-2) - a(n-3) = -2.
Recurrence: a(n) + 16 a(n-1) - 34 a(n-2) + 16 a(n-3) + a(n-4) = 0.
G.f.: A(x) = -(x + x^2)/(1 + 16 x - 34 x^2 + 16 x^3 + x^4) = -x(1 + x)/((1 - x)^2 (1 + 18 x + x^2)).
MATHEMATICA
a[n_Integer] := If[ n >= 0, Sum[ (-1)^k (1/4) Fibonacci[3k]^2, {k, 1, n} ], Sum[ -(-1)^k (1/4) Fibonacci[-3k]^2, {k, 1, -n - 1} ] ]
CROSSREFS
Sequence in context: A013382 A227973 A195615 * A194728 A284077 A339118
KEYWORD
sign,easy
AUTHOR
Stuart Clary, Feb 04 2009
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)