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.

Showing 1-1 of 1 results.

A244954 Smallest positive multiple of n whose base-3 representation contains only 0's and 1's.

Original entry on oeis.org

1, 4, 3, 4, 10, 12, 28, 40, 9, 10, 121, 12, 13, 28, 30, 112, 85, 36, 247, 40, 84, 352, 253, 120, 325, 364, 27, 28, 841, 30, 31, 256, 363, 850, 280, 36, 37, 760, 39, 40, 82, 84, 3010, 352, 90, 1012, 94, 336, 2548, 850, 255, 364, 742, 108, 2200, 112, 741
Offset: 1

Views

Author

Eric M. Schmidt, Jul 09 2014

Keywords

Crossrefs

Cf. A004283 (written in base 3), A004290, A244955-A244960.

Programs

  • Mathematica
    Module[{nn=10,b3},b3=Rest[FromDigits[#,3]&/@Tuples[{0,1},nn]];Table[SelectFirst[b3,Mod[ #,n]==0&],{n,60}]] (* Harvey P. Dale, Feb 01 2024 *)
  • PARI
    a(n,b=3) = if (n, k=1; while(vecmax(digits(k*n, b))>1, k++); k*n); \\ Michel Marcus, Jul 10 2014

Extensions

Data changed, offset changed, Mathematica program replaced, and b-file replaced by Harvey P. Dale, Feb 01 2024
Showing 1-1 of 1 results.