from i in Enumerable.Range(0,52) let suit = i / 13 let card = i % 13 select new { card, suit }