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!)
A171382 a(n) = (2*2^n+7*(-1)^n)/3. 3
3, -1, 5, 3, 13, 19, 45, 83, 173, 339, 685, 1363, 2733, 5459, 10925, 21843, 43693, 87379, 174765, 349523, 699053, 1398099, 2796205, 5592403, 11184813, 22369619, 44739245, 89478483, 178956973, 357913939, 715827885, 1431655763, 2863311533 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) = A155980(n+2).
a(n) = A135351(n+3)-A135351(n+2).
Second binomial transform of a signed version of A005032 preceded by 3.
Inverse binomial transform of A008776 preceded by 3.
LINKS
FORMULA
a(n) = a(n-1)+2*a(n-2) for n > 1; a(0) = 3, a(1) = -1.
a(n) = 2^n-a(n-1) for n > 0; a(0) = 3.
G.f.: (3-4*x)/((1+x)*(1-2*x)).
MATHEMATICA
Nest[Append[#, Last[#]+2#[[-2]]]&, {3, -1}, 40] (* Harvey P. Dale, Apr 07 2011 *)
PROG
(Magma) [ (2*2^n+7*(-1)^n)/3: n in [0..32] ];
CROSSREFS
Cf. A155980 (First differences of A135351), A135351 ((2^n+3-7*(-1)^n+3*0^n)/6), A005032 (7*3^n), A008776 (2*3^n).
Sequence in context: A340601 A289891 A289094 * A002323 A294640 A365671
KEYWORD
sign,easy
AUTHOR
Klaus Brockhaus, Dec 07 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 June 11 08:50 EDT 2024. Contains 373295 sequences. (Running on oeis4.)