This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A226029 #10 Jan 26 2022 11:09:26 %S A226029 1,1,2,5,2,2,2,2,2,2,2,2,8,11,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, %T A226029 3,3,3,3,3,3,3,3,3,39,13,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %U A226029 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 %N A226029 First differences of A182402. %H A226029 Reinhard Zumkeller, <a href="/A226029/b226029.txt">Table of n, a(n) for n = 1..10000</a> %F A226029 a(A226030(n)) = n and a(m) <> n for m < A226030(n). %F A226029 a(n) = A182402(n+1) - A182402(n). - _Michel Marcus_, Jan 26 2022 %o A226029 (Haskell) %o A226029 a226029 n = a226029_list !! (n-1) %o A226029 a226029_list = zipWith (-) (tail a182402_list) a182402_list %Y A226029 Cf. A182402, A226030. %K A226029 nonn %O A226029 1,3 %A A226029 _Reinhard Zumkeller_, May 26 2013