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!)
A096504 Euler-phi applied to A096503 results in these decimal repdigits. 3
1, 1, 2, 2, 4, 2, 6, 4, 6, 4, 4, 6, 8, 8, 6, 8, 22, 8, 8, 22, 66, 44, 88, 44, 88, 66, 44, 88, 88, 222, 88, 88, 222, 444, 444, 888, 888, 444, 888, 888, 888, 888, 888, 888, 444444, 666666, 444444, 888888, 888888, 666666, 888888, 888888, 888888, 888888, 888888 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
n=88888892, A000010(n)=44444444;
Regular solutions: if x=repdigit+1 is prime, then phi(x)=repdigit.
PROG
(PARI) lista(nn) = {for (n= 1, nn, phin = eulerphi(n); d = digits(e=eulerphi(n)); if (vecmin(d) == vecmax(d), print1(e, ", ")); ); } \\ Michel Marcus, Sep 07 2014
CROSSREFS
Sequence in context: A004085 A293482 A086296 * A277906 A290077 A277030
KEYWORD
base,nonn
AUTHOR
Labos Elemer, Jul 12 2004
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 March 29 10:22 EDT 2024. Contains 371268 sequences. (Running on oeis4.)