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.

User: Isaac Weiss

Isaac Weiss's wiki page.

Isaac Weiss has authored 2 sequences.

A316315 Numbers k such that the product of digits of k is a power of 12.

Original entry on oeis.org

1, 11, 26, 34, 43, 62, 111, 126, 134, 143, 162, 216, 223, 232, 261, 289, 298, 314, 322, 341, 368, 386, 413, 431, 449, 466, 494, 612, 621, 638, 646, 664, 683, 829, 836, 863, 892, 928, 944, 982, 1111, 1126, 1134, 1143, 1162, 1216, 1223, 1232, 1261, 1289, 1298
Offset: 1

Author

Isaac Weiss and Henry Potts-Rubin, Jun 29 2018

Keywords

Examples

			466 is in the sequence because 4*6*6 = 144 = 12^2.
		

Programs

  • Mathematica
    FromDigits /@ Select[Join @@ Map[Tuples[{1, 2, 3, 4, 6, 8, 9}, #] &, Range@4], IntegerQ@Log[12, Times @@ #] &]

Extensions

Two duplicate terms removed by Alois P. Heinz, Oct 20 2019

A316270 Number of tricolorable prime knots with n minimal crossings.

Original entry on oeis.org

0, 0, 0, 1, 0, 0, 1, 2, 8, 21, 62, 210, 779, 3799
Offset: 0

Author

Keywords

Examples

			For n = 7, a(7)=2 because only 2 prime knots with minimal crossing number 7 are tricolorable: 7_4 and 7_7.
		

Crossrefs

Cf. A002863 (Number of prime knots with n crossings).

Extensions

a(11)-a(13) using KnotInfo (taking the knots with determinant a multiple of 3) added by Andrey Zabolotskiy, Apr 29 2024