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!)
A115905 Numbers k such that k + phi(k) is a triangular number. 5
2, 4, 9, 11, 20, 23, 25, 27, 49, 53, 92, 93, 105, 121, 127, 147, 150, 163, 169, 220, 228, 231, 233, 281, 286, 289, 294, 332, 361, 431, 474, 529, 541, 543, 548, 613, 660, 675, 710, 726, 743, 825, 827, 841, 888, 891, 961, 977, 993, 1014, 1028, 1265, 1310, 1369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
121 + phi(121) = 231 = T(21).
MATHEMATICA
Select[Range[1500], OddQ[Sqrt[8(#+EulerPhi[#])+1]]&] (* Harvey P. Dale, May 11 2015 *)
PROG
(PARI) isok(n) = ispolygonal(n + eulerphi(n), 3); \\ Michel Marcus, Jan 25 2014
CROSSREFS
Sequence in context: A186699 A093859 A266257 * A292769 A307997 A096134
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)