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 A241235 #7 Apr 28 2014 13:02:29 %S A241235 3,3,1,4,1,2,1,5,1,2,1,3,1,2,1,6,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,7,1,2, %T A241235 1,3,1,2,1,4,1,2,1,3,1,2,1,5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1,8,1,2,1,3, %U A241235 1,2,1,4,1,2,1,3,1,2,1,5,1,2,1,3,1,2 %N A241235 a(n) = number of times n appears in A006949. %C A241235 Is this (with an exception at n=1) the same as A135560? - _R. J. Mathar_, Apr 26 2014 %H A241235 Reinhard Zumkeller, <a href="/A241235/b241235.txt">Table of n, a(n) for n = 1..10000</a> %o A241235 (Haskell) %o A241235 a241235 n = a241235_list !! (n-1) %o A241235 a241235_list = map length $ group a006949_list %Y A241235 Cf. A051135. %K A241235 nonn %O A241235 1,1 %A A241235 _Reinhard Zumkeller_, Apr 17 2014