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-2 of 2 results.

A328560 Numbers whose product of digits is a power of 10.

Original entry on oeis.org

1, 11, 25, 52, 111, 125, 152, 215, 251, 455, 512, 521, 545, 554, 1111, 1125, 1152, 1215, 1251, 1455, 1512, 1521, 1545, 1554, 2115, 2151, 2255, 2511, 2525, 2552, 4155, 4515, 4551, 5112, 5121, 5145, 5154, 5211, 5225, 5252, 5415, 5451, 5514, 5522, 5541, 5558, 5585
Offset: 1

Views

Author

Keywords

Comments

All terms must have only 1, 2, 4, 5, 8 as digits.
A subsequence of A328095.

Crossrefs

Programs

  • Maple
    q:= n-> (m-> m>0 and m=10^ilog[10](m))(mul(i, i=convert(n, base, 10))):
    select(q, [$1..6000])[];

A326811 Numbers in A326806 whose sum of digits is not a power of 10 and are not of the form 5*10^k or 6*10^k.

Original entry on oeis.org

0, 6667, 58824, 8823529412, 5263157894737, 19607843137255, 65217391304348, 98360655737705, 746268656716418, 4761904761904762, 8955223880597015, 58823529411764706, 1369863013698630137, 60240963855421686747, 3061224489795918367347, 34090909090909090909091
Offset: 1

Views

Author

Chai Wah Wu, Oct 19 2019

Keywords

Comments

A326806 = A326811 UNION A326833 UNION A090019 UNION A093143. Note that several terms (e.g. a(10), a(13), a(17)-a(19)) look like the rounding off of a periodic sequence, i.e. yxxxa9xxxa9xxxa9... rounded off to yxxxa9xxxa9xxxb, where b = a+1. Perhaps these can be considered near-cyclic numbers? - Chai Wah Wu, Oct 21 2019

Crossrefs

Extensions

More terms from Chai Wah Wu, Oct 21 2019
Showing 1-2 of 2 results.