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!)
A137429 a(n) = -2*a(n-1) - 2*a(n-2), with a(0)=1 and a(1)=-4. 3
1, -4, 6, -4, -4, 16, -24, 16, 16, -64, 96, -64, -64, 256, -384, 256, 256, -1024, 1536, -1024, -1024, 4096, -6144, 4096, 4096, -16384, 24576, -16384, -16384, 65536, -98304, 65536, 65536, -262144, 393216, -262144, -262144, 1048576, -1572864, 1048576, 1048576, -4194304, 6291456 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
For n >= 4, a(n) = -4*a(n-4).
a(n) = (-1)^n*A137444(n) = A108520(n) - 2*A108520(n-1).
G.f.: (1-2*x)/(1 + 2*x + 2*x^2).
a(n) = (1/2 + 3*i/2)*(-1 + i)^n + (1/2 - 3*i/2)*(-1 - i)^n, n >= 0, where i=sqrt(-1). - Taras Goy, Apr 20 2019
MATHEMATICA
LinearRecurrence[{-2, -2}, {1, -4}, 50] (* Harvey P. Dale, Mar 26 2013 *)
CROSSREFS
Sequence in context: A362817 A078385 A137444 * A132024 A092039 A243371
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Apr 17 2008
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 28 16:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)