|
| |
|
|
A109017
|
|
Kronecker symbol (-6/n).
|
|
1
| |
|
|
0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 1, 0, 1, 0
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
REFERENCES
| L. B. W. Jolley, Summation of Series, Dover (1961)
|
|
|
LINKS
| Eric Weisstein's World of Mathematics, Kronecker Symbol
Index to sequences with linear recurrences with constant coefficients, signature (0,0,0,1,0,0,0,-1).
|
|
|
FORMULA
| Euler transform of length 24 sequence [0, 0, 0, 1, 0, 1, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1].
a(24+n)=a(n)=-a(-n).
G.f.: x*(1+x^6)/ (1-x^4+x^8) = x*(1-x^8)*(1-x^12)^2/ ((1-x^4)*(1-x^6)*(1-x^24)).
sum_{n=1..infinity} |a(n)|/n^2 = Pi^2/9 [Jolley eq 338]
|
|
|
MAPLE
| A109017 := proc(n)
numtheory[jacobi](-6, n) ;
end proc: # R. J. Mathar, Nov 03 2011
|
|
|
PROG
| (PARI) a(n)=kronecker(-6, n)
(PARI) a(n)=(n%2)*(n%3!=0)*(-1)^(n\12)
|
|
|
CROSSREFS
| Sequence in context: A122415 * A110161 A134667 A117943 A096268 A079101
Adjacent sequences: A109014 A109015 A109016 * A109018 A109019 A109020
|
|
|
KEYWORD
| sign,mult
|
|
|
AUTHOR
| Michael Somos, Jun 16 2005
|
| |
|
|