login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A046415 Repunit of length a(n) has exactly 4 prime factors (counted with multiplicity). 1
8, 9, 10, 14, 41, 43, 49, 53, 109, 157, 167, 173, 197, 199, 223, 229, 269, 283, 307, 349 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Repunit
MATHEMATICA
Select[Range[350], PrimeOmega[FromDigits[PadRight[{}, #, 1]]]==4&] (* Harvey P. Dale, Oct 27 2020 *)
PROG
(PARI) isok(n) = bigomega((10^n - 1)/9) == 4; \\ Michel Marcus, Apr 23 2017
CROSSREFS
Sequence in context: A271211 A341044 A072381 * A358674 A358675 A091417
KEYWORD
nonn,base,more
AUTHOR
Patrick De Geest, Jul 15 1998
EXTENSIONS
More terms from Robert Gerbicz, Nov 22 2010
Offset corrected to 1, a(18)-a(20) added by Ray Chandler, Apr 23 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 December 7 02:20 EST 2023. Contains 367622 sequences. (Running on oeis4.)