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!)
A326692 Values of n for which the denominator of (Sum_{prime p | n} 1/p - 1/n) is n. 3
1, 4, 8, 9, 15, 16, 20, 24, 25, 27, 28, 32, 33, 35, 36, 40, 44, 45, 49, 51, 52, 60, 63, 64, 65, 68, 69, 72, 76, 77, 81, 85, 87, 88, 91, 92, 95, 96, 99, 100, 104, 108, 112, 115, 116, 117, 119, 121, 123, 124, 125, 128, 133, 135, 136, 140, 141, 143, 144, 145, 148 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Any prime power p^k with k > 1 is a term, as 1/p - 1/p^k = (p^(k-1) - 1)/p^k which is in reduced form and has denominator p^k.
Are there infinitely many Carmichael numbers A002997 in the sequence?
LINKS
FORMULA
Solutions of A326690(x) = x. That is, fixed points of A326690.
EXAMPLE
1/3 + 1/5 - 1/15 = 7/15 has denominator 15, so 15 is a term.
MATHEMATICA
PrimeFactors[n_] := Select[Divisors[n], PrimeQ];
f[n_] := Denominator[Sum[1/p, {p, PrimeFactors[n]}] - 1/n];
Select[Range[148], f[#] == # &]
CROSSREFS
Sequence in context: A280450 A137055 A078177 * A336663 A329936 A023886
KEYWORD
nonn
AUTHOR
Jonathan Sondow, Jul 20 2019
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)