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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 March 29 04:59 EDT 2024. Contains 371264 sequences. (Running on oeis4.)