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!)
A135695 Period 6: repeat [-1, -1, -2, -2, 3, 3]. 1
-1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1, -1, -2, -2, 3, 3, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From R. J. Mathar, Mar 31 2008: (Start)
a(n) = a(n-6) for n>5. a(n) = -a(n-2) - a(n-4) for n>3.
G.f.: -(x+1)*(3*x^2+1)/((x^2-x+1)*(x^2+x+1)). (End)
a(n) = (3*cos(n*Pi/3) - 9*cos(2*n*Pi/3) - 9*sqrt(3)*sin(n*Pi/3) + sqrt(3)*sin(2*n*Pi/3))/6. - Wesley Ivan Hurt, Jun 22 2016
MAPLE
A135695 := proc(n) op((n mod 6)+1, [ -1, -1, -2, -2, 3, 3]) ; end: seq(A135695(n), n=0..150) ; # R. J. Mathar, Feb 07 2009
MATHEMATICA
PadRight[{}, 100, {-1, -1, -2, -2, 3, 3}] (* Wesley Ivan Hurt, Jun 22 2016 *)
PROG
(Magma) &cat [[-1, -1, -2, -2, 3, 3]^^20]; // Wesley Ivan Hurt, Jun 22 2016
CROSSREFS
Cf. A105899.
Sequence in context: A079729 A288723 A071859 * A105899 A071434 A366549
KEYWORD
sign,easy
AUTHOR
Paul Curtz, Feb 24 2008
EXTENSIONS
More periods from R. J. Mathar, Feb 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 19 06:16 EDT 2024. Contains 371782 sequences. (Running on oeis4.)