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 A082482 #19 Jun 21 2024 10:57:45 %S A082482 1,1,2,3,6,10,18,31,56,102,186,341,630,1170,2184,4095,7710,14563, %T A082482 27594,52428,99864,190650,364722,699050,1342177,2581110,4971026, %U A082482 9586980,18512790,35791394,69273666,134217727,260301048,505290270,981706810 %N A082482 a(n) = floor of (2^n-1)/n. %C A082482 a(n) is the largest exponent k such that (2^n)^k || (2^n)!. - _Lekraj Beedassy_, Jan 15 2024 %H A082482 Robert Israel, <a href="/A082482/b082482.txt">Table of n, a(n) for n = 1..3320</a> %F A082482 a(n) = (2^n - 1 - A082495(n))/n = A162214(n)/n. - _Robert Israel_, Dec 01 2016 %e A082482 a(3) = floor((2^3-1)/3) = floor(7/3) = floor(2.333) = 2. %p A082482 seq(floor((2^n-1)/n), n=1..100); # _Robert Israel_, Dec 01 2016 %o A082482 (PARI) for (n=1,50,print1(floor((2^n-1)/n)",")) %Y A082482 Cf. A023359, A082495, A162214. %Y A082482 a(n) = A053638(n) - 1. %K A082482 nonn %O A082482 1,3 %A A082482 _Jon Perry_, Apr 27 2003