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!)
A229264 Primes of the form sigma(n) + phi(n), where sigma(n) = A000203(n) and phi(n) = A000010(n). 4
2, 19, 19, 79, 103, 113, 257, 523, 509, 1151, 1279, 1193, 1579, 2273, 3061, 2389, 2693, 2843, 5003, 4831, 5119, 7411, 5693, 5623, 8623, 6323, 10139, 8933, 18401, 14957, 20411, 20479, 21191, 20123, 29683, 28211, 36833, 55021, 57203, 68743, 48761, 66533, 62423 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Third term of A038344 is 9 and sigma(9) + phi(9) = 13 + 6 = 19 is prime.
MAPLE
with(numtheory); P:=proc(q) local a, n; for n from 1 to q do a:=sigma(n)+phi(n);
if isprime(a) then print(a); fi; od; end: P(10^6);
MATHEMATICA
Select[Table[DivisorSigma[1, n]+EulerPhi[n], {n, 30000}], PrimeQ] (* Harvey P. Dale, Apr 30 2018 *)
CROSSREFS
Sequence in context: A153653 A065643 A038031 * A132129 A125611 A340922
KEYWORD
nonn
AUTHOR
Paolo P. Lava, Sep 18 2013
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 03:03 EDT 2024. Contains 371917 sequences. (Running on oeis4.)