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!)
A070220 Primes of the form n (written in base 10) followed by n 1's. 4
11, 211, 511111, 71111111, 101111111111, 161111111111111111, 2011111111111111111111, 6511111111111111111111111111111111111111111111111111111111111111111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[p = FromDigits[ Join[ IntegerDigits[n], IntegerDigits[(10^n - 1)/9]]]; If[ PrimeQ[p], Print[p]], {n, 1, 100}]
Select[Table[FromDigits[Join[IntegerDigits[n], PadRight[{}, n, 1]]], {n, 100}], PrimeQ] (* Harvey P. Dale, Jun 08 2021 *)
CROSSREFS
Cf. A068817 (for values of n).
Sequence in context: A243674 A114758 A088061 * A134069 A137464 A357915
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, May 02 2002
EXTENSIONS
More terms from Vladeta Jovovic and Robert G. Wilson v, May 03 2002
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)