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!)
A343883 Numbers k such that A023896(k) is a multiple of A340179(k). 0
3, 4, 6, 8, 10, 16, 30, 54 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Conjecture: there are only 8 terms.
LINKS
EXAMPLE
a(6) = 16 is a term because A023896(16) = 64 is a multiple of A340179(16) = 32.
MAPLE
filter:= proc(n) local S, s, t;
S:= select(t -> igcd(t, n)=1, [$1..n-1]);
s:= nops(S)*n/2;
s mod add(s mod t, t=S) = 0;
end proc:
select(filter, [$3..1000]);
CROSSREFS
Sequence in context: A120150 A262892 A109441 * A277319 A176986 A325455
KEYWORD
nonn,more
AUTHOR
J. M. Bergot and Robert Israel, May 02 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 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)