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!)
A152174 a(n) = -2*a(n-1)+4*a(n-2), n>1 ; a(0) = 1, a(1) = -4. 5
1, -4, 12, -40, 128, -416, 1344, -4352, 14080, -45568, 147456, -477184, 1544192, -4997120, 16171008, -52330496, 169345024, -548012032, 1773404160, -5738856448, 18571329536, -60098084864, 194481487872, -629355315200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Signed version of A087206.
LINKS
FORMULA
G.f.: (1-2x)/(1+2x-4x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-5)^k.
a(n) = (-1)^n * A087206(n).
MATHEMATICA
LinearRecurrence[{-2, 4}, {1, -4}, 30] (* Harvey P. Dale, Feb 13 2023 *)
PROG
(PARI) Vec((1-2*x)/(1+2*x-4*x^2)+O(x^99)) \\ Charles R Greathouse IV, Jan 11 2012
CROSSREFS
Sequence in context: A126986 A341990 A090576 * A087206 A275863 A289653
KEYWORD
sign,easy,changed
AUTHOR
Philippe Deléham, Nov 27 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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)