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!)
A217409 5-adic valuation of A217407. 2
17, 28, 3, 17, 4, 47, 7, 7, 54, 47, 159, 1610 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See main sequence, A217407.
LINKS
EXAMPLE
A217407=(3^35)*(5^17), so this sequence's first term is 17.
PROG
(PARI) prDigits(n)=my(d=digits(n), v=vector(10)); for(i=1, #d, v[d[i]+1]++); for(i=1, 10, if(!isprime(v[i]), return(0))); 1
list(lim)=my(v=List(), t); for(a=0, log(lim+.5)\log(5), t=5^a; while(t<=lim, if(prDigits(t), listput(v, t)); t*=3)); apply(k -> valuation(k, 5), vecsort(Vec(v))) \\ Charles R Greathouse IV, Sep 19 2013
CROSSREFS
Sequence in context: A146776 A147218 A146856 * A256361 A293927 A269307
KEYWORD
nonn,base,more
AUTHOR
James G. Merickel, Oct 02 2012
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)