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!)
A133186 Period 4: repeat [1, 2, 1, -4]. 0
1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4, 1, 2, 1, -4 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/(1+x)+3x/(1+x^2). a(n) = (-1)^n+3*A056594(n-1). [R. J. Mathar, Oct 30 2008]
From Wesley Ivan Hurt, Jul 09 2016: (Start)
a(n) + a(n-1) + a(n-2) + a(n-3) = 0 for n>2, a(n) = a(n-4) for n>3.
a(n) = cos(n*Pi) + 3*sin(n*Pi/2). (End)
MAPLE
seq(op([1, 2, 1, -4]), n=0..40); # Wesley Ivan Hurt, Jul 09 2016
MATHEMATICA
PadRight[{}, 100, {1, 2, 1, -4}] (* Wesley Ivan Hurt, Jul 09 2016 *)
PROG
(Magma) &cat [[1, 2, 1, -4]^^30]; // Wesley Ivan Hurt, Jul 09 2016
CROSSREFS
Sequence in context: A324892 A059150 A087230 * A084236 A068057 A335852
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Oct 07 2007
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 16 08:41 EDT 2024. Contains 372552 sequences. (Running on oeis4.)