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.

A046518 Numbers with multiplicative persistence value 9.

Original entry on oeis.org

26888999, 26889899, 26889989, 26889998, 26898899, 26898989, 26898998, 26899889, 26899898, 26899988, 26988899, 26988989, 26988998, 26989889, 26989898, 26989988, 26998889, 26998898, 26998988, 26999888, 28688999
Offset: 1

Views

Author

Patrick De Geest, Sep 15 1998

Keywords

Examples

			26888999 -> [ 4478976 ][ 338688 ][ 27648 ][ 2688 ][ 768 ][ 336 ][ 54 ][ 20 ][ 0 ] -> one digit in nine steps.
		

Crossrefs

Programs

  • Maple
    mp:= proc(n) option remember;
        if n <= 9 then return 0 fi;
        1+procname(convert(convert(n,base,10),`*`))
    end proc:
    filter:= proc(n)
      evalb(mp(convert(convert(n,base,10),`*`))=8)
    end proc:
    select(filter, [$26111111..29999999]); # Robert Israel, Feb 12 2019

Extensions

Offset corrected by Robert Israel, Feb 12 2019

A199999 Composite numbers whose multiplicative persistence is 9.

Original entry on oeis.org

26888999, 26889899, 26889989, 26889998, 26898899, 26898989, 26898998, 26899898, 26899988, 26988899, 26988989, 26988998, 26989889, 26989898, 26989988, 26998889, 26998898, 26998988, 26999888, 28688999, 28689899, 28689989, 28689998, 28698989, 28698998, 28699898
Offset: 1

Views

Author

Jaroslav Krizek, Nov 13 2011

Keywords

Comments

Complement of A046509 with respect to A046518.

Examples

			26888999 -> [ 4478976 ][ 338688 ][ 27648 ][ 2688 ][ 768 ][ 336 ][ 54 ][ 20 ][ 0 ] -> one digit in nine steps.
		

Crossrefs

Cf. A046509 (primes whose multiplicative persistence is 9).
Showing 1-2 of 2 results.