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!)
A055930 Number of distinct prime factors of totient of (n-th prime)!. 2
0, 1, 1, 2, 3, 3, 4, 4, 5, 6, 6, 7, 8, 8, 9, 9, 10, 10, 11, 11, 11, 12, 13, 14, 15, 15, 15, 16, 16, 16, 18, 18, 19, 19, 21, 21, 21, 22, 23, 23, 24, 24, 24, 24, 25, 25, 27, 29, 30, 30, 30, 30, 30, 30, 31, 32, 32, 32, 33, 34, 34, 34, 36, 36, 36, 37, 38, 39, 40, 40, 40, 41, 42, 42 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A001221(A055929(n)).
MATHEMATICA
Table[PrimeNu[EulerPhi[Prime[n]!]], {n, 1, 50}] (* G. C. Greubel, May 13 2017 *)
PROG
(PARI) for(n=1, 50, print1(omega(eulerphi(prime(n)!)) , ", ")) \\ G. C. Greubel, May 13 2017
CROSSREFS
Sequence in context: A171975 A160511 A079952 * A090638 A247908 A057363
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 17 2000
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 25 10:42 EDT 2024. Contains 371967 sequences. (Running on oeis4.)