@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

psr: a skos:ConceptScheme .
psr:-QV6KLLVJ-8
  skos:definition """In mathematics, the <b>Golomb sequence</b>, named after Solomon W. Golomb (but also called <b>Silverman's sequence</b>), is a monotonically increasing integer sequence where <i>a<sub>n</sub></i> is the number of times that <i>n</i> occurs in the sequence, starting with <i>a</i><sub>1</sub> = 1, and with the property that for <i>n</i> &gt; 1 each <i>a<sub>n</sub></i> is the smallest unique integer which makes it possible to satisfy the condition. For example, <i>a</i><sub>1</sub> = 1 says that 1 only occurs once in the sequence, so <i>a</i><sub>2</sub> cannot be 1 too, but it can be 2, and therefore must be 2. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Golomb_sequence">https://en.wikipedia.org/wiki/Golomb_sequence</a>)"""@en, """La <b>suite de Golomb</b>, appelée ainsi en l'honneur du mathématicien Solomon W. Golomb, est la <i>plus petite</i> suite croissante d'entiers naturels <i>commençant par 1</i> et telle que pour tout entier <i>n</i> supérieur ou égal à 1, le <i>n</i><sup>e</sup> terme de la suite de Golomb est le nombre d'occurrences de l'entier <i>n</i> dans cette suite. Cette suite est croissante. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Suite_de_Golomb">https://fr.wikipedia.org/wiki/Suite_de_Golomb</a>)"""@fr ;
  skos:prefLabel "Golomb sequence"@en, "suite de Golomb"@fr ;
  a skos:Concept ;
  skos:broader psr:-FM1M1PDT-5 ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Suite_de_Golomb>, <https://en.wikipedia.org/wiki/Golomb_sequence> ;
  skos:inScheme psr: ;
  dc:created "2023-07-25"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:altLabel "Silverman's sequence"@en .

psr:-FM1M1PDT-5
  skos:prefLabel "suite d'entiers"@fr, "integer sequence"@en ;
  a skos:Concept ;
  skos:narrower psr:-QV6KLLVJ-8 .

