The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A190966 a(n) = 4*a(n-1) - 8*a(n-2), with a(0)=0, a(1)=1. 3
0, 1, 4, 8, 0, -64, -256, -512, 0, 4096, 16384, 32768, 0, -262144, -1048576, -2097152, 0, 16777216, 67108864, 134217728, 0, -1073741824, -4294967296, -8589934592, 0, 68719476736, 274877906944, 549755813888, 0, -4398046511104, -17592186044416, -35184372088832 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x/(1 - 4*x + 8*x^2). - Philippe Deléham, Oct 12 2011
a(n) = 2^(n-1)*A009545(n). - R. J. Mathar, Apr 07 2022
From G. C. Greubel, Jan 10 2024: (Start)
a(n) = 8^((n-1)/2)*ChebyshevU(n-1, 1/sqrt(2)).
E.g.f.: (1/2)*exp(2*x)*sin(2*x). (End)
MATHEMATICA
LinearRecurrence[{4, -8}, {0, 1}, 50]
PROG
(Magma) [n le 2 select n-1 else 4*(Self(n-1) -2*Self(n-2)): n in [1..41]]; // G. C. Greubel, Jan 10 2024
(SageMath)
A190966=BinaryRecurrenceSequence(4, -8, 0, 1)
[A190966(n) for n in range(41)] # G. C. Greubel, Jan 10 2024
CROSSREFS
Cf. A190958 (index to generalized Fibonacci sequences).
Sequence in context: A205508 A013328 A143462 * A042972 A021875 A200356
KEYWORD
sign,easy
AUTHOR
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 21 00:01 EDT 2024. Contains 372720 sequences. (Running on oeis4.)