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!)
A264739 Characteristic function of A002202, the range of Euler's totient function A000010. 6
1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1
LINKS
FORMULA
a(A002202(n)) = 1 and a(A007617(n)) = 0.
More precisely: a(n) = 1 <=> n in A002202 <=> n is not in A007617. - M. F. Hasler, Aug 13 2021
PROG
(Haskell)
import Data.List.Ordered (has)
a264739 n = if a002202_list `has` n then 1 else 0
(PARI) apply( A264739=istotient, [1..99]) \\ M. F. Hasler, Aug 13 2021
CROSSREFS
Cf. A000010, A002202, A007617, A264810 (partial sums), A180639.
Sequence in context: A322860 A353766 A178225 * A257170 A073097 A117569
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 26 2015
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)