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!)
A343185 Numbers k such that 2*k is a multiple of A045917(k). 1
2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 19, 30, 33, 34, 35, 36, 40, 44, 45, 46, 56, 60, 70, 76, 80, 92, 100, 112, 114, 128, 130, 140, 145, 148, 182, 184, 209, 210, 221, 228, 238, 247, 270, 276, 286, 297, 324, 344, 372, 399, 408, 410, 425, 429, 437, 444, 460, 468, 475, 504, 506, 507, 510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(4) = 5 is a term because 2*5 = 10 is a multiple of A045917(5) = 2.
MAPLE
P:= select(isprime, [2, seq(i, i=3..2000, 2)]):
filter:= proc(n) local k1, k2;
k1:= ListTools:-BinaryPlace(P, n+1);
k2:= ListTools:-BinaryPlace(P, 2*n+1);
2*n mod nops(convert(P[1..k1], set) intersect map(t -> 2*n-t, convert(P[k1..k2], set))) = 0
end proc:
select(filter, [$2..1000]);
CROSSREFS
Cf. A045917.
Sequence in context: A243463 A247805 A164713 * A070331 A080672 A056757
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 18 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 July 23 02:58 EDT 2024. Contains 374544 sequences. (Running on oeis4.)