login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077462 Number of prime factor configuration patterns. 1
0, 1, 2, 2, 3, 2, 4, 2, 5, 3, 4, 2, 6, 2, 4, 4, 7, 2, 8, 2, 6, 4, 4, 2, 9, 3, 4, 5, 6, 2, 10, 2, 11, 4, 4, 4, 12, 2, 4, 4, 9, 2, 10, 2, 6, 6, 4, 2, 13, 3, 8, 4, 6, 2, 14, 4, 9, 4, 4, 2, 15, 2, 4, 6, 16, 4, 10, 2, 6, 4, 10, 2, 17, 2, 4, 8, 6, 4, 10, 2, 13, 7, 4, 2, 15, 4, 4, 4, 9, 2, 18, 4, 6, 4, 4, 4, 19 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Call two numbers equivalent if they have the same prime factorization exponent partition. This sequence enumerates the equivalence classes.

A055932(a(n)) = A071364(n). - David Wasserman (wasserma(AT)spawar.navy.mil), Dec 21 2004

LINKS

S. Whealton, Prime Factor Configuration Pattern Numbers.

PROG

(PARI) a(n)=local(vn); if(n<1, return(0)); vn=factor(n)[, 2]; for(i=1, n, if(vn==factor(i)[, 2], return(#Set(vector(i, j, factor(j)[, 2])))))

CROSSREFS

Sequence in context: A144371 A101296 A181819 * A129294 A117658 A067540

Adjacent sequences:  A077459 A077460 A077461 * A077463 A077464 A077465

KEYWORD

nonn,easy

AUTHOR

Michael Somos, Nov 07 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 05:55 EST 2012. Contains 205860 sequences.