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!)
A168615 Inverse binomial transform of A169609, or of A144437 preceded by 1. 3
1, 2, -2, 0, 6, -18, 36, -54, 54, 0, -162, 486, -972, 1458, -1458, 0, 4374, -13122, 26244, -39366, 39366, 0, -118098, 354294, -708588, 1062882, -1062882, 0, 3188646, -9565938, 19131876, -28697814, 28697814, 0, -86093442, 258280326, -516560652 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = -3*a(n-1) - 3*a(n-2) for n > 2; a(0) = 1, a(1) = 2, a(2) = -2.
a(n) = 2*A123877(n-1), n>0.
G.f.: 1+2*x*(1+2*x)/(1+3*x+3*x^2).
a(6*m + 3) = 0, m>=0. - G. C. Greubel, Jul 27 2016
MATHEMATICA
Join[{1, 2, -2}, LinearRecurrence[{-3, -3}, {0, 6}, 25]] (* G. C. Greubel, Jul 27 2016 *)
PROG
(Magma) [ n le 2 select n else n eq 3 select -2 else -3*Self(n-1)-3*Self(n-2): n in [1..37] ]; // Klaus Brockhaus, Dec 03 2009
CROSSREFS
Sequence in context: A361488 A219859 A366230 * A334921 A174104 A296492
KEYWORD
sign
AUTHOR
Paul Curtz, Dec 01 2009
EXTENSIONS
Edited and extended by Klaus Brockhaus, Dec 03 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 May 12 11:58 EDT 2024. Contains 372480 sequences. (Running on oeis4.)