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!)
A076363 a(n) = A000010(n) - A061498(n). 0
1, 1, 1, 1, 3, 1, 5, 3, 4, 2, 9, 2, 11, 4, 5, 7, 15, 4, 17, 6, 9, 8, 21, 6, 18, 10, 16, 10, 27, 5, 29, 15, 17, 14, 21, 10, 35, 16, 21, 14, 39, 9, 41, 18, 21, 20, 45, 14, 40, 18, 29, 22, 51, 16, 37, 22, 33, 26, 57, 13, 59, 28, 33, 31, 45, 17, 65, 30, 41, 21, 69, 22, 71, 34, 37, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
PROG
(PARI) a061498(n) = {my(va = select(x->(gcd(n, x)==1), [1..n])); vd = vector(#va-1, k, va[k+1] - va[k]); #Set(vd); }
a(n) = eulerphi(n) - a061498(n); \\ Michel Marcus, Jul 08 2018
CROSSREFS
Sequence in context: A092099 A096567 A239626 * A143865 A071168 A091926
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 09 2002
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)