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 A292441 #29 Feb 16 2025 08:33:51 %S A292441 1,1,1,2,1,6,2,2,3,2,2,2,2,10,30,12,3,6,10,10,6,2,2,60,30,42,42,28,2, %T A292441 4,4,4,21,14,14,6,2,2,10,140,14,126,6,60,90,12,84,84,210,30,18,12,6, %U A292441 36,4,4,6,4,4,12,12,132,132,440,55,330,10,10,90,30,30,180 %N A292441 Largest m such that m^2 divides A000984(n). %C A292441 a(n) is the product of p^floor(m(n,p)/2) over primes p<n, where m(n,p) is the number of carries when adding n to itself in base p. - _Robert Israel_, Sep 17 2017 %C A292441 Granville and Ramaré show that A006530(a(n)) > sqrt(n/5) if n >= 2082. %C A292441 In particular a(n) -> infinity as n -> infinity. - _Robert Israel_, Sep 18 2017 %H A292441 Robert Israel, <a href="/A292441/b292441.txt">Table of n, a(n) for n = 0..10000</a> %H A292441 A. Granville and O. Ramaré, <a href="http://www.dms.umontreal.ca/~andrew/PDF/ramare.pdf">Explicit bounds on exponential sums and the scarcity of squarefree binomial coefficients</a>, Mathematika 43 (1996), 73-107, <a href="http://dx.doi.org/10.1112/S0025579300011608">[DOI]</a>. %H A292441 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ErdosSquarefreeConjecture.html">Erdős Squarefree Conjecture</a> %H A292441 Wikipedia, <a href="https://en.wikipedia.org/wiki/Kummer%27s_theorem">Kummer's theorem</a> %F A292441 a(n) > 1 for n > 4. %F A292441 a(n) = A000188(A000984(n)). - _Robert Israel_, Sep 17 2017 %e A292441 binomial(10,5)/7 = 252/7 = 36 = a(5)^2. %e A292441 binomial(12,6)/(3*7*11) = 924/231 = 4 = a(6)^2. %e A292441 binomial(14,7)/(2*3*11*13) = 3432/858 = 4 = a(7)^2. %p A292441 A000188:= n -> mul(t[1]^floor(t[2]/2), t = ifactors(n)[2]): %p A292441 seq(A000188(binomial(2*n,n)),n=0..100); # _Robert Israel_, Sep 17 2017 %Y A292441 Cf. A000188, A000984, A006530, A292442. %K A292441 nonn %O A292441 0,4 %A A292441 _Seiichi Manyama_, Sep 16 2017