Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A139393
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A139393 Sum( e[i] 10^(m-i), i=1..m ) where e[1]<=...<=e[m] are the nonzero exponents in the prime factorization of n: a representation of the prime signature of n. +0
1
0, 1, 1, 2, 1, 11, 1, 3, 2, 11, 1, 12, 1, 11, 11, 4, 1, 12, 1, 12, 11, 11, 1, 13, 2, 11, 3, 12, 1, 111, 1, 5, 11, 11, 11, 22, 1, 11, 11, 13, 1, 111, 1, 12, 12, 11, 1, 14, 2, 12, 11, 12, 1, 13, 11, 13, 11, 11, 1, 112, 1, 11, 12, 6, 11, 111, 1, 12, 11, 111, 1, 23, 1, 11, 12, 12, 11, 111 (list; graph; listen)
OFFSET

1,4

COMMENT

The sorted sequence of (nonzero) exponents in the prime factorization of a number is called its prime signature. Here this is "approximated" by multiplying them by powers of 10. Up to 2^10 this coincides with the concatenation of these exponents written in base 10 (but that sequence would be "base" specific).

For n>=1024 one should use a modified definition, replacing 10 by 10^floor(1+log10(log2(n))), to avoid ambiguity of the representation.

LINKS

E. W. Weisstein, Prime signature on mathworld.wolfram.com.

Wikipedia, Prime signature.

PROGRAM

(PARI) A139393(n)=sum(i=1, #n=vecsort(factor(n)[, 2]), 10^(#n-i)*n[i])

CROSSREFS

Cf. A037916.

Sequence in context: A054781 A098290 A160110 this_sequence A037916 A143888 A016546

Adjacent sequences: A139390 A139391 A139392 this_sequence A139394 A139395 A139396

KEYWORD

nonn,easy

AUTHOR

M. F. Hasler (www.univ-ag.fr/~mhasler), Apr 17 2008, Apr 19 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research