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!)
A199799 Totatives of 111111. 2

%I #14 Sep 27 2023 11:54:36

%S 1,2,4,5,8,10,16,17,19,20,23,25,29,31,32,34,38,40,41,43,46,47,50,53,

%T 58,59,61,62,64,67,68,71,73,76,79,80,82,83,85,86,89,92,94,95,97,100,

%U 101,103,106,107,109,113,115,116,118,122,124,125,127,128,131,134

%N Totatives of 111111.

%C a(n) and 111111 are coprime, 111111 = 3*7*11*13*37; empty intersections with A008585, A008593, A008595, or A085959; sequence is finite with 51840 terms, A000010(111111) = 51840, last term: a(51840) = 111110.

%H Reinhard Zumkeller, <a href="/A199799/b199799.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Repunit.html">Repunit</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Totative.html">Totative</a>

%t Select[Range[200],CoprimeQ[#,111111]&] (* _Paolo Xausa_, Sep 27 2023 *)

%o (Haskell)

%o a199799 n = a199799_list !! (n-1)

%o a199799_list = [x | x <- [1..111111], gcd x 111111 == 1]

%Y Cf. A109492 (divisors of 111111).

%K nonn,fini

%O 1,2

%A _Reinhard Zumkeller_, Nov 11 2011

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 September 16 03:13 EDT 2024. Contains 375959 sequences. (Running on oeis4.)