login
A053286
Cototient of 2^n + 1.
1
1, 1, 1, 3, 1, 13, 17, 45, 1, 189, 225, 685, 257, 2733, 3841, 12969, 1, 43693, 75521, 174765, 61697, 731817, 848897, 2796205, 262145, 13304433, 14802689, 49449609, 15790337, 185023425, 313421825, 715827885, 6701057, 2957312961, 3551128577
OFFSET
0,4
LINKS
Amiram Eldar, Table of n, a(n) for n = 0..1122 (terms 1..250 from G. C. Greubel)
FORMULA
a(n) = A051953(A000051(n)).
MATHEMATICA
Table[2^n + 1 - EulerPhi[2^n + 1], {n, 0, 50}] (* G. C. Greubel, May 31 2018 *)
PROG
(PARI) a(n) = my(x=2^n+1); x - eulerphi(x); \\ Michel Marcus, Aug 17 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 03 2000
EXTENSIONS
Offset changed to 0 and a(0) prepended by Amiram Eldar, Jan 11 2024
STATUS
approved