login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A078313
Number of distinct prime factors of n*rad(n)+1, where rad=A007947 (squarefree kernel).
6
1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 2, 3, 1, 2, 2, 2, 2, 3, 2, 3, 2, 2, 2, 3, 2, 2, 1, 2, 2, 3, 3, 2, 2, 4, 1, 2, 2, 2, 3, 3, 2, 3, 2, 3, 2, 2, 1, 2, 2, 2, 2, 2, 1, 3, 2, 2, 2, 2, 1, 4, 1, 2, 2, 3, 2, 2, 2, 2, 2, 4, 1, 2, 2, 3, 2, 3, 2, 3, 3, 3, 1, 2, 1, 3, 1, 3, 3, 2, 2, 3, 2, 3
OFFSET
1,3
COMMENTS
a(n)=A001221(A078310(n)).
LINKS
MATHEMATICA
A078313[n_] := PrimeNu[n*Times @@ FactorInteger[n][[All, 1]] + 1]; Array[A078313, 50] (* G. C. Greubel, Apr 25 2017 *)
PROG
(PARI) a(n)=omega(n*vecprod(factor(n)[, 1])+1) \\ Charles R Greathouse IV, Jul 09 2013
(Haskell)
a078313 = a001221 . a078310 -- Reinhard Zumkeller, Jul 23 2013
CROSSREFS
Sequence in context: A226898 A338653 A033111 * A354601 A025827 A025826
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 23 2002
STATUS
approved