Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A006699
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A006699 T(3,3n), where T(k,m) is the number of sequences a_1,...,a_m of integers 0,1,...,n with n=floor(m/k) such that the 'bumped' sequence b_1,...,b_m has exactly k of each of 0,...,n-1, where b_i=a_i + j (mod n+1) with minimal j>=0 such that b_0,...,b_i contain at most k elements equal to b_i.
(Formerly M5282)
+0
3
1, 1, 42, 9529, 6421892, 9652612995, 27361464052486, 131032872291901741, 980985180215656298952, 10837828798232467724499511, 168999527708576706854487574250, 3590193461689323277342585899536097 (list; graph; listen)
OFFSET

0,3

REFERENCES

I. A. Blake and A. G. Konheim, Big buckets are (are not) better!, J. ACM, 24 (1977), 591-606.

FORMULA

Reference gives recurrences.

Reference gives recurrences (see Mathematica code).

MATHEMATICA

T[k_, m_] := T[k, m] = If[m <= k, 1, Module[{n = Quotient[m, k]}, Sum[Binomial[m - 1, k i - 1] i T[k, k i - 1] T[k, m - k i], {i, 1, n}] + If[n k == m, 0, (n + 1)T[k, m - 1]]]]

CROSSREFS

Cf. A006698, A006700.

Adjacent sequences: A006696 A006697 A006698 this_sequence A006700 A006701 A006702

Sequence in context: A091545 A101630 A005791 this_sequence A109817 A095423 A135314

KEYWORD

nonn,easy

AUTHOR

njas

EXTENSIONS

More terms and better description from Reiner Martin (reinermartin(AT)hotmail.com), Feb 08 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 October 7 14:39 EDT 2008. Contains 144666 sequences.


AT&T Labs Research