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!)
A140962 Negative values of the inverse binomial transform of A045883. 2
0, -1, -1, -3, -1, -7, 3, -19, 23, -63, 107, -235, 447, -919, 1811, -3651, 7271, -14575, 29115, -58267, 116495, -233031, 466019, -932083, 1864119, -3728287, 7456523, -14913099, 29826143, -59652343, 119304627, -238609315, 477218567, -954437199 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
The inverse binomial transform of A045883 is 0,1,1,3,1,7,...
LINKS
FORMULA
a(n+1) - a(n) = (-1)^(n+1)*A078008(n).
a(n+1) - a(n) = 2*(-1)^n*A001045(n-1), n > 0.
a(n) = 3*a(n-2) - 2*a(n-3).
G.f.: -x*(1+x)/((1+2*x)*(1-x)^2). - R. J. Mathar, Nov 11 2008
MATHEMATICA
LinearRecurrence[{0, 3, -2}, {0, -1, -1}, 50] (* Paolo Xausa, Nov 14 2023 *)
PROG
(Magma) [-(1/9)-(2/3)*n+(1/9)*(-2)^n: n in [0..40]]; // Vincenzo Librandi, Aug 08 2011
CROSSREFS
Sequence in context: A316742 A189050 A095868 * A013602 A328464 A323956
KEYWORD
easy,sign
AUTHOR
Paul Curtz, Jul 27 2008
EXTENSIONS
Edited and extended by R. J. Mathar, Nov 11 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 April 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)