@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

psr: a skos:ConceptScheme .
psr:-X2F4NDFX-4
  skos:exactMatch <https://fr.wikipedia.org/wiki/Suite_de_Conway>, <https://en.wikipedia.org/wiki/Look-and-say_sequence> ;
  skos:broader psr:-FM1M1PDT-5 ;
  skos:prefLabel "suite de Conway"@fr, "look-and-say sequence"@en ;
  skos:altLabel "suite audioactive"@fr ;
  skos:definition """In mathematics, the look-and-say sequence is the sequence of integers beginning as follows :
<br/>    1, 11, 21, 1211, 111221, 312211, 13112221, 1113213211, 31131211131221, ... (sequence A005150 in the OEIS).
<br/>To generate a member of the sequence from the previous member, read off the digits of the previous member, counting the number of digits in groups of the same digit. For example :
<br/>- 1 is read off as "one 1" or 11.
<br/>- 11 is read off as "two 1s" or 21.
<br/>- 21 is read off as "one 2, one 1" or 1211.
<br/>- 1211 is read off as "one 1, one 2, two 1s" or 111221.
<br/>- 111221 is read off as "three 1s, two 2s, one 1" or 312211. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Look-and-say_sequence">https://en.wikipedia.org/wiki/Look-and-say_sequence</a>)"""@en, """La suite de Conway est une suite mathématique inventée en 1986 par le mathématicien anglo-saxon John Horton Conway, initialement sous le nom de « suite audioactive ». Elle est également connue sous le nom anglais de Look and Say (« regarde et dis »). Dans cette suite, un terme se détermine en annonçant les chiffres formant le terme précédent. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Suite_de_Conway">https://fr.wikipedia.org/wiki/Suite_de_Conway</a>)"""@fr ;
  a skos:Concept ;
  skos:inScheme psr: .

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

