C#:实现Golomb的序列算法
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace Algorithms.Sequences
using System.Collections.Generic;
using System.Linq;
using System.Numerics;
namespace Algorithms.Sequences