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!)
A093675 Primes of the form 7*10^k + 3*R_k, where R_k is the repunit (A002275) of length k. 2
7, 73, 733, 7333, 733333, 733333333333333333333333333333333333333333333333333333, 733333333333333333333333333333333333333333333333333333333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(8)) has 344 digits. - Harvey P. Dale, Nov 11 2014
LINKS
MATHEMATICA
Select[Table[FromDigits[PadRight[{7}, n, 3]], {n, 500}], PrimeQ] (* Harvey P. Dale, Nov 11 2014 *)
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is (22*10^n-1) div 3 ]; // Vincenzo Librandi, May 08 2019
CROSSREFS
Cf. A002275, A056720 (corresponding k).
Sequence in context: A009142 A155614 A113033 * A121127 A071060 A092444
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 April 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)