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!)
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 (list; graph; refs; listen; history; text; internal format)
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
Sequence in context: A133177 A184828 A331998 * A008826 A103440 A116483
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

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 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)