English

The Careless Coupon Collector's Problem

Discrete Mathematics 2026-02-25 v1 Probability

Abstract

We initiate the study of the Careless Coupon Collector's Problem (CCCP), a novel variation of the classical coupon collector, that we envision as a model for information systems such as web crawlers, dynamic caches, and fault-resilient networks. In CCCP, a collector attempts to gather nn distinct coupon types by obtaining one coupon type uniformly at random in each discrete round, however the collector is \textit{careless}: at the end of each round, each collected coupon type is independently lost with probability pp. We analyze the number of rounds required to complete the collection as a function of nn and pp. In particular, we show that it transitions from Θ(nlnn)\Theta(n \ln n) when p=o(lnnn2)p = o\big(\frac{\ln n}{n^2}\big) up to Θ((np1p)n)\Theta\big((\frac{np}{1-p})^n\big) when p=ω(1n)p=\omega\big(\frac{1}{n}\big) in multiple distinct phases. Interestingly, when p=cnp=\frac{c}{n}, the process remains in a metastable phase, where the fraction of collected coupon types is concentrated around 11+c\frac{1}{1+c} with probability 1o(1)1-o(1), for a time window of length eΘ(n)e^{\Theta(n)}. Finally, we give an algorithm that computes the expected completion time of CCCP in O(n2)O(n^2) time.

Cite

@article{arxiv.2602.20705,
  title  = {The Careless Coupon Collector's Problem},
  author = {Emilio Cruciani and Aditi Dudeja},
  journal= {arXiv preprint arXiv:2602.20705},
  year   = {2026}
}

Comments

Published at FUN 2026

R2 v1 2026-07-01T10:49:36.274Z