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!)
A046420 Prime factors of repunit of length a(n) are all of different lengths. 2
1, 2, 3, 4, 5, 7, 11, 14, 17, 19, 23, 31, 34, 37, 38, 41, 43, 47, 49, 51, 53, 57, 59, 62, 67, 69, 71, 73, 74, 79, 83, 85, 86, 89, 93, 94, 97, 101, 103, 106, 109, 113, 115, 118, 119, 129, 134, 137, 139, 141, 142, 146, 149, 151, 157, 159, 163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..117 (first 107 terms from Ray Chandler)
Eric Weisstein's World of Mathematics, Repunit
EXAMPLE
a(n)=14 -> 11*239*4649*909091 -> (2)(3)(4)(6) all of different lengths.
MATHEMATICA
Select[Range[60], Length[fi=FactorInteger[(10^#-1)/9]]== Plus@@Last/@fi==Length[Union[IntegerLength/@First/@fi]]&] (* Ray Chandler, Apr 24 2017 *)
CROSSREFS
Sequence in context: A003037 A347983 A259466 * A108318 A358876 A006456
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jul 15 1998
EXTENSIONS
Offset changed to 1 and more terms added by Ray Chandler, Apr 24 2017
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 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)