Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097093
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097093 Number of partitions of n such that the least part occurs exactly five times. +0
5
0, 0, 0, 0, 1, 0, 1, 1, 2, 3, 4, 4, 8, 9, 14, 16, 23, 27, 39, 48, 62, 76, 100, 120, 159, 190, 241, 292, 367, 443, 552, 663, 816, 980, 1200, 1430, 1742, 2075, 2504, 2979, 3575, 4232, 5063, 5980, 7114, 8382, 9930, 11663, 13773, 16140, 18980, 22190, 26017 (list; graph; listen)
OFFSET

1,9

FORMULA

G.f.: Sum_{m>0} (x^(5*m) / Product_{i>m} (1-x^i)). More generally, g.f. for number of partitions of n such that the least part occurs exactly k times is Sum_{m>0} (x^(k*m) / Product_{i>m} (1-x^i)). Vladeta Jovovic (vladeta(AT)Eunet.yu)

MATHEMATICA

(* do first *) Needs["DiscreteMath`Combinatorica`"] (* then *) f[n_] := Block[{p = Partitions[n], l = PartitionsP[n], c = 0, k = 1}, While[k < l + 1, q = PadLeft[ p[[k]], 6]; If[ q[[1]] != q[[6]] && q[[2]] == q[[6]], c++ ]; k++ ]; c]; Table[ f[n], {n, 54}]

CROSSREFS

Cf. A002865, A096373, A097091, A097092.

Sequence in context: A136330 A028298 A047966 this_sequence A056877 A118263 A102539

Adjacent sequences: A097090 A097091 A097092 this_sequence A097094 A097095 A097096

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 24 2004

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