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!)
A117284 Numbers k for which the cototient k-phi(k) is a triangular number. 7
1, 2, 3, 5, 7, 9, 10, 11, 13, 17, 19, 23, 29, 31, 37, 39, 41, 43, 45, 47, 52, 53, 54, 55, 57, 59, 61, 67, 68, 71, 73, 79, 83, 85, 89, 90, 97, 101, 103, 107, 109, 113, 114, 117, 127, 129, 131, 137, 139, 149, 151, 157, 159, 163, 167, 168, 173, 175, 179, 181, 191, 193 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1001 from Harvey P. Dale)
EXAMPLE
39 is in the sequence because 39-phi(39) = 15, which is a triangular number.
MATHEMATICA
Select[Range[200], OddQ[Sqrt[8(#-EulerPhi[#])+1]]&] (* Harvey P. Dale, Jun 29 2015 *)
PROG
(PARI) isok(n) = ispolygonal(n - eulerphi(n), 3); \\ Michel Marcus, Feb 26 2014
CROSSREFS
Sequence in context: A302403 A096738 A167857 * A137377 A274793 A339238
KEYWORD
nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 23 2006
EXTENSIONS
Offset corrected by Amiram Eldar, Mar 23 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)