The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A140683 a(n) = 3*(-1)^(n+1)*2^n - 1. 5
-4, 5, -13, 23, -49, 95, -193, 383, -769, 1535, -3073, 6143, -12289, 24575, -49153, 98303, -196609, 393215, -786433, 1572863, -3145729, 6291455, -12582913, 25165823, -50331649, 100663295, -201326593, 402653183, -805306369, 1610612735, -3221225473 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Alternated reading of negative of A140660 and A140529.
The binomial transform yields -4 followed by the negative of A140657.
The inverse binomial transform yields essentially a signed version of A000244. - R. J. Mathar, Aug 02 2008
LINKS
FORMULA
a(2n) = -A140660(n). a(2n+1) = A140529(n).
a(n+1) - a(n) = (-1)^n*A005010(n). a(2n) + a(2n+1) = A096045(n).
a(n) = A140590(n+1) - 2*A140590(n).
O.g.f: (4-x)/((x-1)(2x+1)). - R. J. Mathar, Aug 02 2008
a(n) = -a(n-1) + 2*a(n-2); a(0)=-4, a(1)=5. - Harvey P. Dale, May 26 2011
MATHEMATICA
Table[3(-1)^(n+1)2^n-1, {n, 0, 40}] (* or *) LinearRecurrence[{-1, 2}, {-4, 5}, 40] (* Harvey P. Dale, May 26 2011 *)
PROG
(Magma) [3*(-1)^(n+1)*2^n-1: n in [0..40]]; // Vincenzo Librandi, Aug 08 2011
CROSSREFS
Sequence in context: A005672 A147001 A247325 * A304599 A071341 A272898
KEYWORD
sign
AUTHOR
Paul Curtz, Jul 11 2008
EXTENSIONS
Edited and extended by R. J. Mathar, Aug 02 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 May 14 23:22 EDT 2024. Contains 372535 sequences. (Running on oeis4.)