Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A033630
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A033630 Number of partitions of n into distinct divisors of n. +0
7
1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 3, 1, 2, 1, 1, 1, 6, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 8, 1, 1, 1, 4, 1, 3, 1, 1, 1, 1, 1, 11, 1, 1, 1, 1, 1, 4, 1, 3, 1, 1, 1, 35, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 32, 1, 1, 1, 1, 1, 2, 1, 7, 1, 1, 1, 26, 1, 1, 1, 2, 1, 24, 1, 1, 1, 1, 1, 22, 1, 1, 1, 3 (list; graph; listen)
OFFSET

1,6

COMMENT

a(A005100(n)) = 1; a(A005835(n)) > 1. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Mar 02 2007

LINKS

T. D. Noe, Table of n, a(n) for n=1..1000

EXAMPLE

a(12)=3 because we have [12],[6,4,2] and [6,3,2,1].

MAPLE

with(numtheory): a:=proc(n) local div, g, gser: div:=divisors(n): g:=product(1+x^div[j], j=1..tau(n)): gser:=series(g, x=0, 105): coeff(gser, x^n): end: seq(a(n), n=1..100); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 30 2006

MATHEMATICA

Table[ SeriesCoefficient[ Series[ Times@@((1+z^#)& /@ Divisors[ n ]), {z, 0, n} ], n ], {n, 512} ] - from W. Meeussen (wouter.meeussen(AT)pandora.be)

CROSSREFS

Cf. A018818.

a(n) = A065205(n) + 1.

Sequence in context: A046214 A115413 A069283 this_sequence A101446 A062760 A014649

Adjacent sequences: A033627 A033628 A033629 this_sequence A033631 A033632 A033633

KEYWORD

nonn

AUTHOR

Marc LeBrun (mlb(AT)well.com)

EXTENSIONS

More terms from Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 21 2003

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 December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research