login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.