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!)
A109017 a(n) = Kronecker symbol (-6/n). 12
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; text; internal format)
OFFSET
0,1
REFERENCES
L. B. W. Jolley, Summation of Series, Dover Publications, 1961.
LINKS
Eric Weisstein's World of Mathematics, Kronecker Symbol
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(n) = -a(-n) = a(n+24) for all n in Z.
G.f.: x * (1 + x^6) / (1 - x^4 + x^8).
G.f.: x *(1 -x^8)*(1 -x^12)^2 /((1 -x^4)*(1 -x^6)*(1 -x^24)).
Sum_{n>=1} |a(n)|/n^2 = Pi^2/9 [Jolley equ. 338].
EXAMPLE
G.f. = x + x^5 + x^7 + x^11 - x^13 - x^17 - x^19 - x^23 + x^25 + x^29 + ...
MAPLE
A109017 := proc(n)
numtheory[jacobi](-6, n) ;
end proc: # R. J. Mathar, Nov 03 2011
MATHEMATICA
Table[KroneckerSymbol[-6, n], {n, 0, 104}] (* Jean-François Alcover, Jan 10 2014 *)
PROG
(PARI) {a(n) = kronecker(-6, n)};
(PARI) {a(n) = (n%2) * (n%3!=0) * (-1)^(n\12)};
(Magma) [KroneckerSymbol(-6, n): n in [0..120]]; // Vincenzo Librandi, Aug 09 2015
CROSSREFS
Sequence in context: A285530 A317542 A322796 * A110161 A134667 A354354
KEYWORD
sign,mult,easy
AUTHOR
Michael Somos, Jun 16 2005
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 18 04:56 EDT 2024. Contains 371767 sequences. (Running on oeis4.)