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!)
A362550 Number of even nontotients less than 10^n. 0
0, 13, 210, 2627, 29747, 319817, 3365629, 34962092, 360152096, 3688820638 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1) = 0 since 2, 4, 6, and 8 are terms of A002202.
a(2) = 13 since there are 13 even nontotients less than 100, and they are 14,26,34,38,50,62,68,74,76,86,90,94 and 98.
PROG
(PARI) a(n)=sum(k=1, 10^n\2, !istotient(2*k)) \\ Charles R Greathouse IV, Apr 25 2023
CROSSREFS
Sequence in context: A145270 A296671 A196328 * A340431 A251093 A132542
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Apr 24 2023
EXTENSIONS
a(8)-a(10) from Charles R Greathouse IV, Apr 25 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 May 5 05:35 EDT 2024. Contains 372257 sequences. (Running on oeis4.)