The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A090152 Primes of the form identical digits preceded by a 4. 2

%I #7 Apr 23 2019 18:34:33

%S 41,43,47,433,499,4111,4999,47777,49999,4999999,41111111111111,

%T 47777777777777,499999999999999,43333333333333333,

%U 41111111111111111111111111,47777777777777777777777777

%N Primes of the form identical digits preceded by a 4.

%H Vincenzo Librandi, <a href="/A090152/b090152.txt">Table of n, a(n) for n = 1..36</a>

%t Select[ FromDigits /@ Flatten[ Table[ PadRight[{4}, i, # ] & /@ {1, 2, 3, 4, 5, 6, 7, 8, 9}, {i, 2, 24}], 1], PrimeQ[ # ] &]

%t Select[Flatten[Table[FromDigits[PadRight[{4},n,k]],{n,2,30},{k,{1,3,7,9}}]],PrimeQ] (* _Harvey P. Dale_, Apr 23 2019 *)

%K nonn,base

%O 1,1

%A _Robert G. Wilson v_, Nov 22 2003

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 May 19 08:13 EDT 2024. Contains 372666 sequences. (Running on oeis4.)