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!)
A290390 Double repunit numbers: repunits with repunit indices. 0

%I #21 Aug 03 2017 05:00:53

%S 0,1,11111111111,

%T 111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111

%N Double repunit numbers: repunits with repunit indices.

%C a(3) has 111 digits.

%C As in the case of A077585, where a necessary condition for a term to be prime is that its index is a Mersenne prime, a necessary (but not sufficient) condition for a term of this sequence to be prime is that the number of ones is a repunit prime, i.e., A055642(a(n)) must be a term of A004022.

%C Are there any primes in this sequence? In other words, is there a term of A004022 that is also a term of A004023?

%C Second sequence in the hierarchy of sequences obtained by successive numbers of nestings of the form A002275(...A002275(n)...). All higher order sequences in this hierarchy grow much too fast to be included in the OEIS.

%F a(n) = A002275(A002275(n)).

%t Table[Nest[FromDigits@ ConstantArray[1, #] &, n, 2], {n, 0, 3}] (* _Michael De Vlieger_, Jul 30 2017 *)

%o (PARI) a002275(n) = (10^n-1)/9

%o a(n) = a002275(a002275(n))

%Y Cf. A002275, A004022, A004023, A077585.

%K nonn,base,easy,bref

%O 0,3

%A _Felix Fröhlich_, Jul 29 2017

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 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)