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!)
A152185 a(n) = -3*a(n-1) + 5*a(n-2), n > 1; a(0)=1, a(1)=-5. 4
1, -5, 20, -85, 355, -1490, 6245, -26185, 109780, -460265, 1929695, -8090410, 33919705, -142211165, 596232020, -2499751885, 10480415755, -43940006690, 184222098845, -772366329985, 3238209484180, -13576460102465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-2x)/(1+3x-5x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-6)^k.
a(n) = (-1)^n*A152187(n). - Philippe Deléham, Nov 29 2008
MATHEMATICA
LinearRecurrence[{-3, 5}, {1, -5}, 25] (* Paolo Xausa, Jan 19 2024 *)
PROG
(PARI) Vec((1-2*x)/(1+3*x-5*x^2)+O(x^99)) \\ Charles R Greathouse IV, Jan 11 2012
CROSSREFS
Sequence in context: A006231 A069007 A126987 * A152187 A341920 A045499
KEYWORD
sign,easy
AUTHOR
Philippe Deléham, Nov 28 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 18 11:48 EDT 2024. Contains 371779 sequences. (Running on oeis4.)