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!)
A093671 Primes of the form 10^k + 3*R_k, where R_k is the repunit (A002275) of length k. 6
13, 1333333333333333, 133333333333333333333333333333333333333333, 133333333333333333333333333333333333333333333333333333333333333333333333333333333333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[FromDigits[PadRight[{1}, n, 3]], {n, 500}], PrimeQ] (* Vincenzo Librandi, Apr 06 2019 *)
PROG
(Magma) [a: n in [0..100] | IsPrime(a) where a is ((4*10^n-1) div 3)]; // Vincenzo Librandi, Apr 06 2019
CROSSREFS
Cf. A002275 (repunits), A056698 (corresponding k).
Sequence in context: A145234 A334634 A048847 * A257137 A134070 A257308
KEYWORD
nonn
AUTHOR
Rick L. Shepherd, Apr 08 2004
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 July 19 13:06 EDT 2024. Contains 374394 sequences. (Running on oeis4.)