cp's OEIS Frontend

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.

A061932 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 3 (most significant digit on right, least significant zeros not written).

This page as a plain text file.
%I A061932 #26 Feb 03 2025 13:42:58
%S A061932 1,4,7,8,11,383,1871,3916,7040,10333,56413,63595,248945,988588,
%T A061932 3931771,11027435
%N A061932 Numbers n such that n divides the (right) concatenation of all numbers <= n written in base 3 (most significant digit on right, least significant zeros not written).
%C A061932 This sequence differs from A029496 in that all least significant zeros are removed before concatenation.
%C A061932 No more terms < 10^7. [_Lars Blomberg_, Oct 17 2011]
%H A061932 <a href="/index/N#concat">Index entries for related sequences</a>
%e A061932 See A061931 for example.
%t A061932 b = 3; c = {}; Select[Range[10^4], Divisible[FromDigits[c = Join[c, IntegerDigits[IntegerReverse[#, b], b]], b], #] &] (* _Robert Price_, Mar 07 2020 *)
%Y A061932 Cf. A029447-A029470, A029471-A029494, A029495-A029518, A029519-A029542, A061931-A061954, A061955-A061978.
%K A061932 nonn,base,more
%O A061932 1,2
%A A061932 Larry Reeves (larryr(AT)acm.org), May 24 2001
%E A061932 Edited and updated by Larry Reeves (larryr(AT)acm.org), Apr 12 2002
%E A061932 a(14)-a(15) from _Lars Blomberg_, Oct 17 2011
%E A061932 a(16) from _Chai Wah Wu_, Jul 28 2020