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.

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

Original entry on oeis.org

1, 4, 21, 4, 5, 84, 21, 16, 81, 20, 341, 84, 65, 84, 1365, 16, 17, 324, 1045, 20, 21, 1364, 69, 336, 325, 260, 81, 84, 261, 5460, 341, 64, 1089, 68, 1365, 324, 4181, 4180, 273, 80, 1025, 84, 5461, 1364, 5445, 276, 20821, 336, 1029, 1300, 4437, 260, 5141
Offset: 1

Views

Author

Eric M. Schmidt, Jul 09 2014

Keywords

Crossrefs

Cf. A004284 (written in base 4), A004290, A244954-A244960.

Programs

  • Mathematica
    Module[{nn=10,b4},b4=Rest[FromDigits[#,4]&/@Tuples[{0,1},nn]];Table[SelectFirst[b4,Mod[ #,n]==0&],{n,60}]] (* Harvey P. Dale, Feb 01 2024 *)

Extensions

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