<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Rok1</author_name>
  <author_url>https://blog.hatena.ne.jp/Rok1/</author_url>
  <blog_title>Rokiのチラ裏</blog_title>
  <blog_url>https://roki.hateblo.jp/</blog_url>
  <categories>
    <anon>algorithm</anon>
    <anon>haskell</anon>
  </categories>
  <description>M系列に関する学習メモ*1。 import Test.HUnit import System.IO mulcon :: Int -&gt; Int mulcon 0 = 1 mulcon n = (a * mulcon(n - 1) + b) `mod` m where a = 3 b = 0 m = 7 mc :: [Int] -&gt; [Int] mc = map mulcon main :: IO (Counts, Int) main = runTestText (putTextToHandle stderr False) tests where x = mc [0 .. 11] tests = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Froki.hateblo.jp%2Fentry%2F2018%2F01%2F26%2Fmaximal_length_sequence&quot; title=&quot;maximal length sequence - Rokiのチラ裏&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://chart.apis.google.com/chart?cht=tx&amp;chl=%20%5Cbigoplus</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-01-27 01:30:00</published>
  <title>maximal length sequence</title>
  <type>rich</type>
  <url>https://roki.hateblo.jp/entry/2018/01/26/maximal_length_sequence</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
