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.

A345359 Lexicographically earliest sequence of distinct nonnegative integers such that the product of two terms, not necessarily distinct, can be computed without carry in base 3.

Original entry on oeis.org

0, 1, 3, 4, 9, 10, 12, 27, 28, 30, 31, 36, 81, 82, 84, 85, 90, 93, 108, 243, 244, 246, 247, 252, 253, 255, 270, 279, 324, 729, 730, 732, 733, 738, 739, 741, 756, 759, 765, 810, 837, 972, 2187, 2188, 2190, 2191, 2196, 2197, 2199, 2214, 2215, 2217, 2218, 2223
Offset: 1

Views

Author

Rémy Sigrist, Jun 16 2021

Keywords

Comments

All terms belong to A005836.
If m is a term, then 3*m is also a term (in particular, all powers of 3 appear in the sequence).
The representation of the 1's in the ternary expansion of consecutive terms has interesting features (see illustration in Links section).

Crossrefs

Cf. A005836, A053735, A131577 (binary analog), A289831, A345358 (decimal analog).

Programs

  • PARI
    See Links section.

Formula

A053735(a(m) * a(n)) = A053735(a(m)) * A053735(a(n)).
Showing 1-1 of 1 results.