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 A175608 #11 Nov 22 2022 19:59:16 %S A175608 1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,1, %T A175608 0,0,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1, %U A175608 1,1,0,0,1,0,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1 %N A175608 Characteristic function of squarefree triangular integers: 1 if n(n+1)/2 is squarefree else 0. %H A175608 Amiram Eldar, <a href="/A175608/b175608.txt">Table of n, a(n) for n = 1..10000</a> %F A175608 a(n) = A008966(n(n+1)/2). %F A175608 Asymptotic mean: lim_{n->oo} (1/n) * Sum_{k=1..n} a(k) = (3/2)*A065474 = 0.4839511484... . - _Amiram Eldar_, May 10 2022 %t A175608 Table[If[SquareFreeQ[n(n+1)/2],1,0],{n,200}] %t A175608 If[SquareFreeQ[#],1,0]&/@Accumulate[Range[120]] (* _Harvey P. Dale_, Nov 22 2022 *) %Y A175608 Cf. A008966 (1 if n is squarefree, else 0), A010051 (Characteristic function of primes: 1 if n is prime else 0). %Y A175608 Cf. A000217, A061304, A065474, A215726. %K A175608 nonn %O A175608 1,1 %A A175608 _Zak Seidov_, Jul 23 2010