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!)
A343151 Numbers k such that 1+A083266(k) is prime. 2
1, 3, 4, 7, 8, 11, 19, 23, 25, 27, 36, 43, 47, 50, 64, 71, 107, 131, 163, 167, 179, 211, 223, 225, 242, 243, 251, 271, 307, 343, 359, 419, 431, 439, 443, 467, 503, 571, 691, 751, 800, 811, 827, 839, 863, 900, 907, 947, 967, 971, 991, 1019, 1031, 1058, 1063, 1091, 1103, 1187, 1279, 1296, 1331 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that the sum of divisors of k + the sum of totatives of k is prime.
LINKS
EXAMPLE
a(4) = 7 is a term because 1+A083266(n) = 29 is prime.
MAPLE
f:= n -> numtheory:-sigma(n) + n*numtheory:-phi(n)/2: f(1):= 2:
select(t -> isprime(f(t)), [$1..2000]);
MATHEMATICA
{1}~Join~Select[Range[1331], PrimeQ[DivisorSigma[1, #] + # EulerPhi[#]/2] &] (* Michael De Vlieger, Apr 07 2021 *)
CROSSREFS
Cf. A083266, A343148. Includes A231847.
Sequence in context: A033195 A050032 A330221 * A014602 A078823 A045615
KEYWORD
nonn
AUTHOR
J. M. Bergot and Robert Israel, Apr 07 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 23 05:35 EDT 2024. Contains 371906 sequences. (Running on oeis4.)