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!)
A163812 Expansion of (1 - x^5) * (1 - x^6) / ((1 - x) * (1 - x^10)) in powers of x. 4
1, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1, 0, -1, -1, -1, -1, 0, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
Euler transform of length 10 sequence [ 1, 0, 0, 0, -1, -1, 0, 0, 0, 1].
a(5*n) = 0 unless n=0.
a(n) = -a(-n) unless n=0. a(n+5) = -a(n) unless n=0 or n=-5.
G.f.: (1 + x^2 + x^4) / (1 - x + x^2 - x^3 + x^4).
a(n) = (-1)^n * A163818(n). Convolution inverse of A163811.
G.f.: A(x) = 1 / (1 - x / ( 1 + x^4 / (1 + x^2))) = 1 + x / (1 - x / (1 + x^3 / (1 + x^2 / (1 + x / (1 - x))))). - Michael Somos, Jan 03 2013
a(n) = A099443(n-1), n>0. - R. J. Mathar, Aug 05 2009
EXAMPLE
G.f. = 1 + x + x^2 + x^3 + x^4 - x^6 - x^7 - x^8 - x^9 + x^11 + x^12 + x^13 + ...
MATHEMATICA
a[ n_] := Boole[n == 0] + (-1)^Quotient[n, 5] Sign@Mod[n, 5]; (* Michael Somos, Jun 17 2015 *)
PROG
(PARI) {a(n) = (n==0) + [0, 1, 1, 1, 1, 0, -1, -1, -1, -1][n%10 + 1]};
CROSSREFS
Sequence in context: A344880 A167020 A236862 * A163818 A345009 A071040
KEYWORD
sign,easy
AUTHOR
Michael Somos, Aug 04 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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)