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!)
A272040 a(n) = A000010(A000129(n)). 7
1, 1, 4, 4, 28, 24, 156, 128, 784, 1120, 5740, 2880, 33460, 37128, 150080, 147456, 1128256, 931392, 6446016, 4677120, 28514304, 44450560, 224075664, 106168320, 1265644800, 1560708240, 5970392064, 5588803584, 44560482148, 33497856000, 255263424000, 196368924672, 1210784762880 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(3) = 4 because a(3) = A000010(A000129(3)) = A000010(5) = 4.
MATHEMATICA
EulerPhi[LinearRecurrence[{2, 1}, {1, 2}, 33]] (* Amiram Eldar, Oct 21 2023 *)
PROG
(PARI) a000129(n) = ([2, 1; 1, 0]^n)[2, 1];
a(n) = eulerphi(a000129(n));
CROSSREFS
Sequence in context: A066836 A227715 A173049 * A338672 A065237 A264586
KEYWORD
nonn
AUTHOR
Altug Alkan, May 06 2016
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 11:21 EDT 2024. Contains 371936 sequences. (Running on oeis4.)