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!)
A190608 a(1)=a(2)=1; thereafter a(n) = 2*(a(ceiling(n/2))-a(floor(n/2))). 2
1, 1, 0, 0, -2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, -8, 0, 8, 0, 8, 0, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0, -16, 0, 16, 0, 16, 0, -16, 0, 16, 0, -16, 0, -16, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -32, 0, 32, 0, 32, 0, -32, 0, 32, 0, -32, 0, -32, 0, 32, 0, 32, 0, -32, 0, -32, 0, 32, 0, -32, 0, 32, 0, 32 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
MAPLE
f:=proc(n) option remember; local r; r:=2;
if n <= 2 then 1 else r*(f(ceil(n/2))-f(floor(n/2))); fi; end;
CROSSREFS
Sequence in context: A348616 A348613 A285182 * A011991 A234931 A129183
KEYWORD
sign
AUTHOR
N. J. A. Sloane, May 13 2011, based on a posting by Benoit CLOITRE to the Sequence Fans Mailing List, Apr 29 2011
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 24 08:28 EDT 2024. Contains 371927 sequences. (Running on oeis4.)