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!)
A341061 Numbers k such that A340179(k) is prime. 3
5, 28, 44, 51, 58, 61, 63, 90, 93, 108, 129, 136, 145, 148, 186, 208, 234, 235, 241, 247, 262, 272, 277, 278, 300, 306, 310, 314, 316, 321, 329, 335, 379, 384, 386, 414, 428, 446, 448, 449, 475, 480, 492, 514, 535, 537, 546, 548, 572, 580, 599, 609, 611, 616, 618, 626, 660, 670, 673, 680, 683 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(3) = 44 is a term because A340179(44) = 211 is prime.
MAPLE
f:= proc(n) local C, s, c;
C:=select(t -> igcd(t, n) = 1, [$1..n-1]);
s:= convert(C, `+`);
add(s mod c, c = C)
end proc:
select(t -> isprime(f(t)), [$1..1000]);
CROSSREFS
Sequence in context: A345263 A218346 A106679 * A161165 A063140 A316560
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Feb 04 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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)