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

A175508
a(n) is the difference of n and the product of the indices of prime factors of n with multiplicity, a(1) = 0.
13
1, 1, 1, 3, 2, 4, 3, 7, 5, 7, 6, 10, 7, 10, 9, 15, 10, 14, 11, 17, 13, 17, 14, 22, 16, 20, 19, 24, 19, 24, 20, 31, 23, 27, 23, 32, 25, 30, 27, 37, 28, 34, 29, 39, 33, 37, 32, 46, 33, 41, 37, 46, 37, 46, 40, 52, 41, 48, 42, 54, 43, 51, 47, 63, 47, 56, 48, 61, 51, 58, 51, 68, 52, 62
OFFSET
1,4
COMMENTS
Original name: If p is the product of k1-th prime, k2-th prime,..,kr-th prime then set a(n)=n-k1*k2*..*kr, if p is the k-th prime then set=n-k, a(1)=1 by convention. - Michael De Vlieger, Oct 23 2023
LINKS
FORMULA
a(n) = n - A003963(n) for n>1.
MATHEMATICA
Array[# - Times @@ PrimePi@ Flatten[ConstantArray[#1, #2] & @@@ FactorInteger[#]] &, 74] (* Michael De Vlieger, Oct 23 2023 *)
CROSSREFS
Cf. A003963.
Sequence in context: A023869 A024596 A262610 * A065375 A070961 A243291
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(34) corrected by Georg Fischer, Dec 11 2022
Name edited by Michael De Vlieger, Oct 23 2023
STATUS
approved