Skip to content

Integer SequencesΒΆ

← Back to Domain-Specific Abstractions by Domain

2 domain-specific abstractions whose origin domain is Integer Sequences.

  • Golomb sequence β€” The nondecreasing self-describing integer sequence in which each positive integer n occurs exactly as many times as the nth term states.
  • Toothpick sequence β€” Count the total line segments in a deterministic planar growth process that starts from one segment and at each stage adds a perpendicular segment at every exposed endpoint.