Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074754
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074754 Number of integers k such that sigma(k) divides n. +0
1
1, 1, 2, 2, 1, 3, 2, 3, 2, 1, 1, 6, 2, 3, 3, 3, 1, 5, 1, 3, 3, 1, 1, 10, 1, 2, 2, 5, 1, 5, 3, 5, 2, 1, 2, 9, 1, 2, 4, 5, 1, 8, 1, 3, 3, 1, 1, 13, 2, 1, 2, 3, 1, 7, 1, 8, 3, 1, 1, 12, 1, 4, 4, 5, 2, 3, 1, 3, 2, 3, 1, 18, 1, 2, 3, 3, 2, 6, 1, 7, 2, 1, 1, 15, 1, 1, 2, 4, 1, 10, 4, 2, 5, 1, 1, 19, 1, 5, 2, 3, 1 (list; graph; listen)
OFFSET

1,3

FORMULA

sum(k=1, n, a(k)) seems to be asymptotic to c*n*log(n) with c=0.7...

G.f.: sum(k>=1, 1/(1-x^sigma(k)))

PROGRAM

(PARI) a(n)=sum(i=1, n, if(n%sigma(i), 0, 1))

(PARI) a(n)=if(n<1, 0, polcoeff(sum(k=1, n, 1/(1-x^sigma(k)), x*O(x^sigma(n))), n))

CROSSREFS

Sequence in context: A116608 A002947 A128180 this_sequence A030717 A071285 A008678

Adjacent sequences: A074751 A074752 A074753 this_sequence A074755 A074756 A074757

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 28 2002

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 September 7 23:08 EDT 2008. Contains 143486 sequences.


AT&T Labs Research