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!)
A090156 Primes of the form identical digits preceded by an 8. 1
83, 89, 811, 877, 8111, 8999, 83333333, 89999999, 8777777777, 8777777777777777, 89999999999999999999, 833333333333333333333333, 811111111111111111111111111, 833333333333333333333333333333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ FromDigits /@ Flatten[ Table[ PadRight[{8}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 50}], 1], PrimeQ[ # ] &]
Select[Flatten[Table[FromDigits[PadRight[{8}, n, k]], {n, 2, 30}, {k, {1, 3, 7, 9}}]], PrimeQ] (* Harvey P. Dale, Jul 03 2020 *)
CROSSREFS
Sequence in context: A062677 A284292 A045714 * A220121 A335916 A158719
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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)