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!)
A052306 Product of exponents of prime factorization of n by prime signature: A005361(A025487). 3
1, 1, 2, 1, 3, 2, 4, 3, 1, 5, 4, 4, 2, 6, 6, 5, 3, 7, 8, 4, 6, 1, 9, 4, 8, 10, 6, 7, 2, 12, 5, 9, 12, 8, 8, 3, 15, 8, 6, 10, 9, 14, 4, 16, 10, 9, 4, 18, 12, 7, 11, 12, 16, 1, 6, 20, 12, 10, 5, 21, 16, 8, 12, 15, 18, 2, 8, 24, 18, 14, 11, 8, 16, 6, 24, 20, 9, 9, 25, 13, 18, 20, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
PROG
(PARI) lista() = {v = readvec("b025487.txt"); for (i=1, #v, f = factor(v[i]); print1(prod(k=1, #f~, f[k, 2]), ", "); ); } \\ Michel Marcus, Nov 02 2014
CROSSREFS
Sequence in context: A195310 A051282 A274121 * A322886 A320642 A046823
KEYWORD
nonn
AUTHOR
Christian G. Bower, Nov 15 1999
EXTENSIONS
Offset updated by Matthew Vandermast, Nov 08 2008
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 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)