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!)
A271320 Number of prime factors, with multiplicity, of the n-th n-gonal number (A060354). 4
1, 2, 4, 2, 3, 5, 5, 3, 3, 3, 7, 2, 3, 5, 6, 3, 4, 4, 6, 3, 3, 5, 6, 3, 4, 5, 9, 2, 5, 4, 7, 4, 4, 4, 7, 2, 4, 9, 7, 3, 4, 3, 7, 4, 3, 5, 7, 3, 5, 4, 7, 2, 6, 6, 6, 4, 3, 3, 9, 4, 3, 7, 8, 3, 4, 4, 7, 4, 4, 6, 8, 2, 4, 6, 7, 3, 4, 4, 8, 6, 4, 4, 8, 4, 3, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
FORMULA
a(n) = A001222(A060354(n)).
EXAMPLE
a(7) = 5 because A060354(7) = 112 = 2^4 * 7^1.
PROG
(PARI)
pg(m, n) = (n^2*(m-2)-n*(m-4))/2 \\ n-th m-gonal number
a(n) = bigomega(pg(n, n))
vector(100, n, n++; a(n))
CROSSREFS
Sequence in context: A082864 A134447 A093056 * A354739 A348486 A331279
KEYWORD
nonn
AUTHOR
Colin Barker, Apr 04 2016
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 September 1 12:47 EDT 2024. Contains 375591 sequences. (Running on oeis4.)