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!)
A090882 Suppose n=(p1^e1)(p2^e2)... where p1,p2,... are the prime numbers and e1,e2,... are nonnegative integers. Then a(n) = e1 + (e2)*5 + (e3)*25 + (e4)*125 + ... + (ek)*(5^(k-1)) + ... 9
0, 1, 5, 2, 25, 6, 125, 3, 10, 26, 625, 7, 3125, 126, 30, 4, 15625, 11, 78125, 27, 130, 626, 390625, 8, 50, 3126, 15, 127, 1953125, 31, 9765625, 5, 630, 15626, 150, 12, 48828125, 78126, 3130, 28, 244140625, 131, 1220703125, 627, 35, 390626, 6103515625, 9, 250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Replace "5" with "x" and extend the definition of a to positive rationals and a becomes an isomorphism between positive rationals under multiplication and polynomials over Z under addition. This remark generalizes A001222, A048675 and A054841: evaluate said polynomial at x=1, x=2 and x=10, respectively.
REFERENCES
Joseph J. Rotman, The Theory of Groups: An Introduction, 2nd ed. Boston: Allyn and Bacon, Inc. 1973. Page 9, problem 1.26.
LINKS
Sam Alexander, Post to sci.math.
PROG
(PARI) A090882(n) = { my(f = factor(n)); sum(k=1, #f~, f[k, 2]*5^(primepi(f[k, 1])-1)); }; \\ Antti Karttunen, Apr 28 2022
CROSSREFS
Sequence in context: A230416 A363585 A034079 * A191702 A164309 A104064
KEYWORD
easy,nonn
AUTHOR
Sam Alexander, Dec 12 2003
EXTENSIONS
More terms from Ray Chandler, Dec 20 2003
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 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)