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!)
A345054 Odd numbers k such that A173557(k) divides nonzero A051709(k). 2
27, 243, 1377, 2187, 3125, 19683, 28125, 55233, 68445, 177147, 195625, 203125, 239805, 253125, 453125, 823543, 907137, 1323297, 1378125, 1464561, 1594323, 1953125, 2278125, 3341637, 3572829, 5255361, 5877117, 9034497, 9819837, 11701053, 14348907, 17453125, 19460393, 20503125, 22209633, 26010621, 30074733, 44910045 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Question: Are there any common terms with A345051?
LINKS
PROG
(PARI)
A051709(n) = ((sigma(n) + eulerphi(n)) - (2*n));
A173557(n) = factorback(apply(p -> p-1, factor(n)[, 1]));
isA345054(n) = if(!(n%2), 0, my(u=A051709(n)); ((u>0)&&(0==(u%A173557(n)))));
CROSSREFS
Odd terms in A344994.
Sequence in context: A183806 A207104 A075548 * A074117 A030509 A042414
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 06 2021
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)