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!)
A131722 Period 6: repeat [0, 10, 10, 10, 10, 10]. 1
0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10, 10, 10, 10, 10, 0, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 10 * sign(n mod 6). - Wesley Ivan Hurt, Mar 21 2014
From Wesley Ivan Hurt, Jun 21 2016: (Start)
G.f.: 10*x*(1+x+x^2+x^3+x^4)/(1-x^6).
a(n) = a(n-6) for n>5.
a(n) = 10 * sin(n*Pi/6)^2 * (9 + 8*cos(n*Pi/3) + 2*cos(2*n*Pi/3))/3. (End)
MAPLE
A131722:=n->10*signum(n mod 6); seq(A131722(n), n=0..100); # Wesley Ivan Hurt, Mar 21 2014
MATHEMATICA
Table[10 Sign[Mod[n, 6]], {n, 0, 100}] (* Wesley Ivan Hurt, Mar 21 2014 *)
PadRight[{}, 120, {0, 10, 10, 10, 10, 10}] (* Harvey P. Dale, Jan 10 2023 *)
PROG
(Magma) &cat [[0, 10, 10, 10, 10, 10]^^20]; // Wesley Ivan Hurt, Jun 21 2016
CROSSREFS
Sequence in context: A145279 A103708 A239051 * A072803 A163139 A269352
KEYWORD
nonn,easy,less
AUTHOR
Paul Curtz, Sep 15 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 14 06:35 EDT 2024. Contains 372528 sequences. (Running on oeis4.)