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!)
A276596 Least k such that A276502(k) = n. 0
1, 10, 100, 1000, 10000, 101, 1000000, 1001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) A047726(n) = n=eval(Vec(Str(n))); (#n)!/prod(i=0, 9, sum(j=1, #n, n[j]==i)!);
A055642(n) = #Str(n);
A007953(n) = sumdigits(n);
A045876(n) = ((10^A055642(n)-1)/9)*(A047726(n)*A007953(n)/A055642(n));
A276502(n) = {my(k = 1); while (A045876(n*(10^k)) % A045876(n), k++); k; }
a(n) = {my(k = 1); while (A276502(k) != n, k++); k; }
CROSSREFS
Cf. A276502.
Sequence in context: A125904 A272502 A355894 * A190016 A115796 A136857
KEYWORD
nonn,base,more
AUTHOR
Altug Alkan, Sep 11 2016
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 March 29 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)