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!)
A046430 All the prime factors of repunit a(n) end with the digit 1. 1
1, 2, 4, 5, 10, 19, 20, 23, 25, 38, 50, 59, 76, 95, 100, 115, 125, 190, 250, 295, 317, 380 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Repunit
EXAMPLE
a(n)=10 -> 11*41*271*9091 ->1(1)*4(1)*27(1)*909(1).
MATHEMATICA
Select[Range[60], Length[fi=FactorInteger[(10^#-1)/9]]==Length[Select[First/@fi, Mod[#, 10]==1&]] &](* Ray Chandler, Apr 24 2017 *)
CROSSREFS
Sequence in context: A049332 A335206 A096570 * A133040 A018424 A240100
KEYWORD
nonn,more,base
AUTHOR
Patrick De Geest, Jul 15 1998
EXTENSIONS
a(16)-a(21) from Ray Chandler, Apr 24 2017
a(22) from Max Alekseyev, May 14 2022
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)