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!)
A280703 a(n) = A003961(n) / A280702(n) = A003961(n) / gcd(A003961(n),A250469(n)). 4
1, 1, 1, 1, 1, 1, 1, 9, 1, 7, 1, 15, 1, 11, 1, 9, 1, 25, 1, 21, 1, 13, 1, 45, 1, 17, 25, 11, 1, 35, 1, 81, 13, 19, 1, 15, 1, 23, 17, 21, 1, 55, 1, 39, 35, 29, 1, 135, 1, 1, 19, 1, 1, 125, 1, 9, 23, 31, 1, 105, 1, 37, 55, 27, 1, 1, 1, 57, 29, 77, 1, 225, 1, 41, 49, 23, 1, 85, 1, 189, 125, 43, 1, 165, 1, 47, 31, 39, 1, 175, 1, 87, 37 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,8
COMMENTS
If there are no such n that A250469(n) = k*A003961(n) for some integer k > 1, then A280693 gives the positions of ones in this sequence. Cf. also comment in A280704.
LINKS
FORMULA
a(n) = A003961(n) / A280702(n) = A003961(n) / gcd(A003961(n),A250469(n)).
MATHEMATICA
f[n_] := f[n] = Which[n == 1, 1, PrimeQ@ n, NextPrime@ n, True, Times @@ Replace[FactorInteger[n], {p_, e_} :> f[p]^e, 1]]; g[n_] := If[n == 1, 0, PrimePi@ FactorInteger[n][[1, 1]]]; Function[s, MapIndexed[ Function[p, p/GCD[Lookup[s, g@ First@ #2 + 1][[#1]] - Boole[First@ #2 == 1], p]]@ f@ First@ #2 &, #] &@ Map[Position[Lookup[s, g@ #], #][[1, 1]] &, Range@ 120]]@ PositionIndex@ Array[g, 10^4] (* Michael De Vlieger, Mar 08 2017, Version 10 *)
PROG
(Scheme) (define (A280703 n) (/ (A003961 n) (A280702 n)))
CROSSREFS
Sequence in context: A297815 A021920 A367960 * A364502 A141749 A117017
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 08 2017
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)