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!)
A366608 a(n) = phi(4^n+1), where phi is Euler's totient function (A000010). 12
1, 4, 16, 48, 256, 800, 3840, 12544, 65536, 186624, 986880, 3345408, 16515072, 52306176, 252645120, 760320000, 4288266240, 13628740608, 64258375680, 218462552064, 1095233372160, 3105655160832, 16510446886912, 56000724240384, 280012271910912, 869940000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A053285(2*n). - Max Alekseyev, Jan 08 2024
MATHEMATICA
EulerPhi[4^Range[0, 30]+1] (* Paolo Xausa, Oct 14 2023 *)
PROG
(PARI) {a(n) = eulerphi(4^n+1)}
(Python)
from sympy import totient
def A366608(n): return totient((1<<(n<<1))+1) # Chai Wah Wu, Oct 14 2023
CROSSREFS
Sequence in context: A119003 A220329 A222387 * A222936 A370019 A119005
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 14 2023
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 28 09:58 EDT 2024. Contains 372037 sequences. (Running on oeis4.)