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!)
A144471 Inverse binomial transform of A020806. 0
1, 3, -5, 13, -30, 61, -119, 234, -467, 937, -1878, 3757, -7511, 15018, -30035, 60073, -120150, 240301, -480599, 961194, -1922387, 3844777, -7689558, 15379117, -30758231, 61516458, -123032915, 246065833, -492131670, 984263341, -1968526679, 3937053354, -7874106707 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
|a(n+1)| - 2*|a(n)| = -A117378(n-1) = A117378(n+2), n>0.
a(n) = -3*a(n-1) - 3*a(n-2) - 2*a(n-3), n > 3.
G.f.: (6*x+7*x^2+9*x^3+1) / ((2*x+1) * (1+x+x^2)). - R. J. Mathar, Sep 07 2009
MAPLE
Digits := 200 ; read("transforms") ; read("transforms3") ; x := 1/7 ; L := CONSTTOLIST(x) ; BINOMIALi(L) ; # R. J. Mathar, Sep 07 2009
MATHEMATICA
LinearRecurrence[{-3, -3, -2}, {1, 3, -5, 13}, 40] (* Harvey P. Dale, Nov 11 2017 *)
CROSSREFS
Sequence in context: A124791 A147046 A233232 * A190667 A062304 A354167
KEYWORD
sign
AUTHOR
Paul Curtz, Oct 10 2008
EXTENSIONS
Edited and extended by R. J. Mathar, Sep 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)