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!)
A090157 Primes of the form identical digits preceded by a 9. 1
97, 911, 977, 97777, 911111, 97777777777777777777, 911111111111111111111, 97777777777777777777777777777, 911111111111111111111111111111111111111111 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The identical digits must be either 1 or 7. - Harvey P. Dale, Jun 28 2020
LINKS
MATHEMATICA
Select[ FromDigits /@ Flatten[ Table[ PadRight[{9}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 50}], 1], PrimeQ[ # ] &]
Select[Union[Flatten[Table[FromDigits[PadRight[{9}, n, d]], {n, 2, 50}, {d, {1, 7}}]]], PrimeQ] (* Harvey P. Dale, Jun 27 2020 *)
CROSSREFS
Sequence in context: A321051 A045715 A113891 * A162674 A070845 A262925
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 September 14 21:48 EDT 2024. Contains 375929 sequences. (Running on oeis4.)