Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A035207
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A035207 Coefficients in expansion of Dirichlet series Product_p (1-(Kronecker(m,p)+1)*p^(-s)+Kronecker(m,p)*p^(-2s))^(-1) for m = 25. +0
2
1, 2, 2, 3, 1, 4, 2, 4, 3, 2, 2, 6, 2, 4, 2, 5, 2, 6, 2, 3, 4, 4, 2, 8, 1, 4, 4, 6, 2, 4, 2, 6, 4, 4, 2, 9, 2, 4, 4, 4, 2, 8, 2, 6, 3, 4, 2, 10, 3, 2, 4, 6, 2, 8, 2, 8, 4, 4, 2, 6, 2, 4, 6, 7, 2, 8, 2, 6, 4, 4, 2, 12, 2, 4, 2, 6, 4, 8, 2, 5, 5, 4, 2, 12, 2, 4, 4, 8, 2, 6, 4, 6, 4, 4, 2, 12, 2, 6, 6, 3, 2, 8, 2 (list; graph; listen)
OFFSET

1,2

COMMENT

Number of divisors of n not congruent to 0 mod 5.

FORMULA

Multiplicative with a(5^e)=1 and a(p^e)=e+1 for p<>5.

Moebius transform is period 5 sequence [ 1, 1, 1, 1, 0, ...]. - Michael Somos Oct 31 2006

MAPLE

for n from 1 to 500 do a := ifactors(n):s := 1:for k from 1 to nops(a[2]) do p := a[2][k][1]:e := a[2][k][2]: if p=5 then b := 1:else b := e+1:fi:s := s*b:od:printf(`%d, `, s); od:

PROGRAM

(PARI) {a(n)=if(n<1, 0, sumdiv(n, d, d%5>0))} /* Michael Somos Oct 31 2006 */

(PARI) {a(n)=if(n<1, 0, direuler(p=2, n, 1/(1-X)/if(p==5, 1, 1-X))[n])} /* Michael Somos Oct 31 2006 */

CROSSREFS

Cf. A035191.

Sequence in context: A072078 A078378 A141197 this_sequence A071281 A088177 A028507

Adjacent sequences: A035204 A035205 A035206 this_sequence A035208 A035209 A035210

KEYWORD

nonn,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

Additional comments from Vladeta Jovovic (vladeta(AT)eunet.rs), Oct 26 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research