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!)
A259652 Number of prime factors, with multiplicity, of the n-th pentagonal number (A000326). 4
0, 1, 3, 2, 2, 2, 3, 3, 3, 2, 5, 4, 2, 2, 4, 4, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 7, 3, 2, 3, 3, 6, 4, 2, 5, 4, 3, 2, 4, 5, 2, 5, 7, 3, 4, 2, 4, 6, 3, 3, 5, 4, 2, 5, 4, 4, 4, 2, 5, 4, 3, 3, 5, 6, 3, 3, 5, 4, 3, 4, 3, 6, 2, 3, 8, 3, 4, 3, 3, 5, 6, 4, 4, 4, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A001222(A000326(n)).
EXAMPLE
a(3) = 3 because A000326(3) = 12 = 2 * 2 * 3.
MATHEMATICA
Table[PrimeOmega[n*(3n-1)/2], {n, 100}] (* Harvey P. Dale, Jul 22 2015 *)
PROG
(PARI)
pg(m, n) = (n^2*(m-2)-n*(m-4))/2 \\ n-th m-gonal number
a(n) = bigomega(pg(5, n))
CROSSREFS
Sequence in context: A302481 A306542 A335171 * A141070 A283469 A163751
KEYWORD
nonn
AUTHOR
Colin Barker, Jul 02 2015
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)