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!)
A115906 Numbers k such that k + sigma(k) + phi(k) is a triangular number. 1
1, 2, 5, 7, 9, 16, 144, 186, 410, 656, 680, 805, 963, 968, 1152, 1331, 1419, 1476, 1557, 1608, 2158, 2220, 2376, 2401, 2529, 2840, 3376, 3447, 3570, 3591, 4018, 5030, 5769, 5967, 6530, 6720, 6854, 6955, 7250, 7856, 8004, 8514, 8946, 9144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1331 + sigma(1331) + phi(1331) = 4005 = T(89).
PROG
(PARI) isok(n) = {my(f=factor(n)); ispolygonal(n + sigma(f) + eulerphi(f), 3); } \\ Amiram Eldar, Apr 06 2023
CROSSREFS
Sequence in context: A286164 A211167 A083272 * A192279 A286356 A086422
KEYWORD
nonn
AUTHOR
Giovanni Resta, Feb 06 2006
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)