|
Search: id:A035187
|
|
|
| A035187 |
|
Coefficients in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = 5. |
|
+0 5
|
|
| 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, 2, 0, 0, 0, 0
(list; graph; listen)
|
|
|
OFFSET
|
1,11
|
|
|
COMMENT
|
Let tau be the golden ratio (1+sqrt(5))/2; let zetaQ(tau)(s)=sum(1/(Z(tau):a)^s) the Dedekind zeta function where a runs through the nonzero ideals of Z(tau) and where (Z(tau):a) is the norm of a; then zetaQ(tau)(s)=sum(n>=1,a(n)/n^s)
|
|
LINKS
|
M. Baake, Algebra, Combinatorics and Number Theory
M. Baake and R. V. Moody, Similarity submodules and root systems in four dimensions, Canad. J. Math. 51 (1999), 1258-1276.
|
|
FORMULA
|
Sum(k=1, n, a(k)) is asymptotic to c*n where c=2*log(tau)/sqrt(5)
Multiplicative with a(5^e) = 1, a(p^e) = e+1 if p == 1, 4 (mod 5), a(p^e) = (1+(-1)^e)/2 if p == 2, 3 (mod 5). - Michael Somos Jun 06 2005
Moebius transform is period 5 sequence [1, -1, -1, 1, 0, ...]. - Michael Somos Oct 29 2005
|
|
PROGRAM
|
(PARI) a(n)=if(n<1, 0, direuler(p=2, n, 1/(1-X)/(1-kronecker(5, p)*X))[n]) /* Michael Somos Jun 06 2005 */
(PARI) {a(n)=local(A, p, e); if(n<1, 0, A=factor(n); prod(k=1, matsize(A)[1], if(p=A[k, 1], e=A[k, 2]; if(p==5, 1, if((p%5==1)|(p%5==4), e+1, !(e%2))))))} /* Michael Somos Jun 06 2005 */
(PARI) a(n)=if(n<1, 0, sumdiv(n, d, kronecker(5, d)))
|
|
CROSSREFS
|
Cf. A031363 (for denominators).078428.
Sequence in context: A086014 A025437 A066032 this_sequence A033770 A101668 A035202
Adjacent sequences: A035184 A035185 A035186 this_sequence A035188 A035189 A035190
|
|
KEYWORD
|
nonn,mult
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Additional comments from Benoit Cloitre, Dec 29, 2002
|
|
|
Search completed in 0.002 seconds
|