login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A263131 Ordinal transform of the multiplicative persistence A031346. 2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 1, 2, 3, 4, 5, 16, 17, 18, 19, 6, 7, 8, 9, 10, 1, 20, 21, 22, 11, 12, 13, 14, 2, 15, 3, 23, 24, 16, 17, 18, 4, 19, 5, 20, 6, 25, 26, 21, 22, 23, 24, 7, 25, 8, 9, 27, 28, 26, 27 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
n is the a(n)-th nonnegative integer having its multiplicative persistence.
LINKS
Eric Weisstein's World of Mathematics, Multiplicative Persistence
FORMULA
a(n) = |{ j in {0..n} : A031346(j) = A031346(n) }|.
MAPLE
m:= n-> mul(i, i=convert(n, base, 10)):
p:= n-> `if`(n<10, 0, 1+p(m(n))):
b:= proc() 0 end:
a:= proc(n) option remember; local t;
t:= p(n); b(t):= b(t)+1
end:
seq(a(n), n=0..100);
CROSSREFS
Cf. A031346.
Sequence in context: A365762 A010889 A053831 * A349315 A274206 A214949
KEYWORD
nonn,look,base
AUTHOR
Alois P. Heinz, Oct 10 2015
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 12:48 EDT 2024. Contains 371942 sequences. (Running on oeis4.)