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 A032577 #40 Jan 10 2024 05:04:40 %S A032577 1,2,3,4,5,6,7,8,9,13,26,39,169,221,442,663,884,2405,2873,2912,5980, %T A032577 26455,28730,29120,31667,42441,48841,52900,74435,84882,104650,132808, %U A032577 139380,413738,20392554,23490402,25209381,32287569,234904020,239235484 %N A032577 Numbers k whose decimal representation, read as a base-23 value and divided by k, yields an integer. %C A032577 Original name: Base 23 value of decimal denominator divided by this decimal value (n) is an integer. %C A032577 Next term is > 2*10^14 - 1. - _Frank A. Stevenson_, Jan 02 2024 %C A032577 a(68) <= 339601420613312. - _David A. Corneth_, Jan 02 2024 %H A032577 Frank A. Stevenson, <a href="/A032577/b032577.txt">Table of n, a(n) for n = 1..67</a> %e A032577 2405 is a term: 2405_23 = 26455 = 2405*11. - _Jon E. Schoenfield_, Oct 25 2019 %o A032577 (Python) list(filter(lambda n: int(str(n),23) % n==0, [i for i in range(1,500000)])) # _Frank A. Stevenson_, Jan 02 2024 %o A032577 (PARI) is(n) = denominator(fromdigits(digits(n), 23)/n) == 1 \\ _David A. Corneth_, Jan 02 2024 %Y A032577 Cf. A032578, A032563. %K A032577 nonn,base %O A032577 1,2 %A A032577 _Patrick De Geest_, Apr 15 1998 %E A032577 More terms from Larry Reeves (larryr(AT)acm.org), Sep 27 2000 %E A032577 Offset changed and Name edited by _Jon E. Schoenfield_, Oct 25 2019