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!)
A120823 Number of digits of the smallest prime with n consecutive ascending digits and most significant digit a five. 9
1, 29, 269, 689 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Digits are in ascending order beginning with 5 and after 9 comes 0.
The sequence "Primes with n consecutive digits descending beginning with the digit five" has only one term, 1 which represents the prime 5.
LINKS
EXAMPLE
29 is a term since the 29-digit number 56789012345678901234567890123 is a prime.
MATHEMATICA
fQ[n_] := PrimeQ@ FromDigits@ Mod[4+Range@n, 10]; lst = {}; Do[ If[fQ@n, AppendTo[lst, n]; Print@n], {n, 9000}]; lst
CROSSREFS
Sequence in context: A224157 A223776 A224408 * A186263 A110692 A081684
KEYWORD
base,hard,nonn
AUTHOR
Robert G. Wilson v, Jul 05 2006
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 May 10 01:40 EDT 2024. Contains 372354 sequences. (Running on oeis4.)