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!)
A090147 Primes of the form identical digits followed by a 7. 1
7, 17, 37, 47, 67, 97, 227, 337, 557, 887, 997, 1117, 4447, 5557, 8887, 11117, 333337, 555557, 666667, 888887, 11111117, 66666667, 222222227, 666666667, 888888887, 4444444447, 5555555557, 66666666667, 888888888887, 222222222222227 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[ FromDigits /@ Flatten[ Table[ PadLeft[{7}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 18}], 1], PrimeQ[ # ] &]
Select[Union[Flatten[Table[FromDigits[PadLeft[{7}, n, d]], {n, 15}, {d, 9}]]], PrimeQ] (* Harvey P. Dale, Nov 15 2020 *)
CROSSREFS
Sequence in context: A106095 A153319 A030432 * A348560 A338030 A211476
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)