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!)
A102561 a(n) = 2^floor(n/2)*((-1)^floor(n/2) + (-1)^n)/2. 2
1, 0, 0, -2, 4, 0, 0, -8, 16, 0, 0, -32, 64, 0, 0, -128, 256, 0, 0, -512, 1024, 0, 0, -2048, 4096, 0, 0, -8192, 16384, 0, 0, -32768, 65536, 0, 0, -131072, 262144, 0, 0, -524288, 1048576, 0, 0, -2097152, 4194304, 0, 0, -8388608, 16777216, 0, 0, -33554432, 67108864, 0, 0, -134217728 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = ((-2)^floor(n/2) + (-1)^n*2^floor(n/2))/2.
a(n) = A102560(n)*2^floor(n/2).
a(n) = 4*a(n-4). - Georg Fischer, Sep 02 2021
MATHEMATICA
LinearRecurrence[{0, 0, 0, 4}, {1, 0, 0, -2}, 64] (* Georg Fischer, Sep 02 2021 *)
PROG
(Magma) &cat [[4^n, 0, 0, -2*4^n]: n in [0..20]]; // G. C. Greubel, Sep 15 2023
(SageMath) [((-2)^(n//2) + (-1)^n*2^(n//2))/2 for n in range(41)] # G. C. Greubel, Sep 15 2023
CROSSREFS
Cf. A102560.
Sequence in context: A213672 A309244 A004025 * A072068 A078145 A348892
KEYWORD
easy,sign
AUTHOR
Paul Barry, Jan 14 2005
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 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)