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!)
A340618 Numbers k such that A316650(k) is prime. 2
13, 15, 19, 23, 31, 33, 35, 37, 43, 47, 51, 52, 59, 73, 78, 85, 93, 94, 97, 99, 105, 106, 109, 113, 115, 119, 127, 129, 139, 141, 149, 159, 163, 165, 168, 169, 179, 181, 189, 199, 211, 213, 218, 231, 232, 237, 245, 251, 256, 258, 259, 271, 273, 274, 275, 294, 301, 303, 304, 307, 339, 344, 347, 348 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(4) = 23 is a term because A316650(23) = 43 is prime.
MAPLE
f:= proc(n) local a, b, c;
c:= convert(convert(n, base, 10), `+`);
a:= floor(n/c);
b:= n mod c;
10^(1+ilog10(b))*a+b;
end proc:
select(n -> isprime(f(n)), [$1..100]);
CROSSREFS
Cf. A316650.
Sequence in context: A166533 A166534 A126727 * A257492 A067912 A140646
KEYWORD
nonn,base
AUTHOR
J. M. Bergot and Robert Israel, Jan 15 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 12:36 EDT 2024. Contains 371711 sequences. (Running on oeis4.)