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”).

A107800
a(n) = number of distinct primes dividing A006049(n) (and dividing A006049(n)+1).
2
1, 1, 1, 1, 1, 2, 1, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2
OFFSET
1,6
COMMENTS
a(n) first equals 3 when n is such that A006049(n) = 230.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..2500 from T. D. Noe)
FORMULA
a(n) = A001221(A006049(n)).
MATHEMATICA
f[n_] := Length@FactorInteger[n]; t = f /@ Range[300]; f /@ Flatten@Position[Rest[t] - Most[t], 0] (* Ray Chandler, Mar 27 2007 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Mar 24 2007
EXTENSIONS
Extended by Ray Chandler, Mar 27 2007
STATUS
approved