The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A080695 Concatenation of the prime power factors (with maximal exponent) of n; a(1) = 1 by convention. 3
1, 2, 3, 4, 5, 23, 7, 8, 9, 25, 11, 43, 13, 27, 35, 16, 17, 29, 19, 45, 37, 211, 23, 83, 25, 213, 27, 47, 29, 235, 31, 32, 311, 217, 57, 49, 37, 219, 313, 85, 41, 237, 43, 411, 95, 223, 47, 163, 49, 225, 317, 413, 53, 227, 511, 87, 319, 229, 59, 435, 61, 231, 97, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(n) = n iff n is 1 or a prime power; otherwise, a(n) > n. - Ivan Neretin, May 31 2016
LINKS
EXAMPLE
a(67500) = a(2^2*3^3*5^4) = a(4*27*625) = 427625.
MATHEMATICA
Table[FromDigits@Flatten@IntegerDigits[#[[1]]^#[[2]] & /@ FactorInteger[n]], {n, 64}] (* Ivan Neretin, May 31 2016 *)
CROSSREFS
Sequence in context: A248901 A280849 A037400 * A239448 A248713 A242799
KEYWORD
nonn,base
AUTHOR
Vladeta Jovovic, Mar 03 2003
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 29 2010
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 June 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)