The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A259651 Number of distinct prime factors of the n-th pentagonal number (A000326). 4
0, 1, 2, 2, 2, 2, 3, 2, 2, 2, 2, 4, 2, 2, 4, 2, 2, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 2, 3, 3, 3, 3, 2, 4, 3, 3, 2, 4, 4, 2, 3, 2, 3, 3, 2, 4, 4, 2, 2, 4, 4, 2, 3, 4, 3, 4, 2, 3, 4, 3, 3, 4, 2, 3, 3, 3, 4, 3, 4, 3, 4, 2, 3, 4, 3, 4, 3, 3, 3, 2, 3, 3, 4, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A001221(A000326(n)).
EXAMPLE
a(3) = 2 because A000326(3) = 12 = 2^2 * 3.
PROG
(PARI)
pg(m, n) = (n^2*(m-2)-n*(m-4))/2 \\ n-th m-gonal number
a(n) = omega(pg(5, n))
CROSSREFS
Sequence in context: A094915 A217619 A187186 * A253719 A081147 A236103
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 May 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)