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!)
A090150 Primes of the form a string of identical digits preceded by a 2. 2
2, 23, 29, 211, 233, 277, 2111, 2333, 2777, 2999, 23333, 2999999, 29999999, 2777777777, 23333333333, 2111111111111, 2777777777777777, 23333333333333333, 2111111111111111111, 2777777777777777777 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ FromDigits /@ Flatten[ Table[ PadRight[{2}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 23}], 1], PrimeQ[ # ] &]
Select[Union[Flatten[Table[FromDigits[PadRight[{2}, n, d]], {n, 20}, {d, {1, 3, 7, 9}}]]], PrimeQ] (* Harvey P. Dale, Aug 25 2016 *)
CROSSREFS
Sequence in context: A208272 A306086 A045708 * A106102 A053232 A065987
KEYWORD
nonn,base
AUTHOR
Robert G. Wilson v, Nov 22 2003
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)