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!)
A344994 Numbers k such that A173557(k) divides nonzero A051709(k). 3
4, 6, 8, 12, 16, 24, 27, 28, 32, 42, 48, 54, 60, 64, 96, 108, 112, 120, 126, 128, 150, 168, 176, 192, 204, 216, 240, 243, 250, 256, 294, 312, 378, 384, 396, 432, 440, 448, 456, 460, 480, 486, 496, 500, 504, 512, 540, 588, 672, 700, 768, 774, 828, 840, 864, 888, 924, 960, 972, 1000, 1014, 1024, 1080, 1134, 1176, 1216 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI)
A051709(n) = ((sigma(n) + eulerphi(n)) - (2*n));
A173557(n) = factorback(apply(p -> p-1, factor(n)[, 1]));
isA344994(n) = { my(u=A051709(n)); ((u>0)&&(0==(u%A173557(n)))); };
CROSSREFS
Cf. A344995, A345054 (subsequences).
Cf. also A344754, A345051.
Sequence in context: A020225 A310663 A162294 * A211026 A090989 A161219
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 05 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)