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!)
A229265 Numbers n such that sigma(n) + tau(n) + phi(n) is a prime, where sigma(n) = A000203(n), tau(n) = A000005(n) and phi(n) = A000010(n). 3
1, 8, 200, 512, 968, 1458, 3200, 4232, 5618, 5832, 6962, 10368, 16928, 26912, 36992, 40328, 53792, 61952, 84050, 101250, 110450, 140450, 147968, 220448, 247808, 249218, 253472, 257762, 279752, 282752, 320000, 336200, 344450, 359552, 361250, 445568, 472392, 512072 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
sigma(200) = 465, tau(200) = 12, phi(200) = 80 and 465 + 12 + 80 = 557 is prime.
MAPLE
with(numtheory); P:=proc(q) local n; for n from 1 to q do
if isprime(sigma(n)+tau(n)+phi(n)) then print(n); fi; od; end: P(10^6);
CROSSREFS
Sequence in context: A304398 A020329 A232518 * A323562 A034861 A221121
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)