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.

A028890 Product of digits of n is a nonzero Fibonacci number.

Original entry on oeis.org

1, 2, 3, 5, 8, 11, 12, 13, 15, 18, 21, 24, 31, 37, 42, 51, 73, 81, 111, 112, 113, 115, 118, 121, 124, 131, 137, 142, 151, 173, 181, 211, 214, 222, 241, 289, 298, 311, 317, 368, 371, 386, 412, 421, 449, 466, 494, 511, 638, 646, 664, 683, 713, 731, 811, 829, 836
Offset: 1

Views

Author

Keywords

Comments

Numbers n whose product of digits is 1, 2, 3, 5, 8, 21, or 144 (these being the only 7-smooth Fibonacci numbers). - Robert Israel, Jan 26 2020

Crossrefs

Programs

  • Maple
    select(t -> member(convert(convert(t,base,10),`*`),[1, 2, 3, 5, 8, 21, 144]),[$1..999]); # Robert Israel, Jan 26 2020

Extensions

More terms from Erich Friedman.
Name clarified and offset changed by Robert Israel, Jan 26 2020