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!)
A120827 Primes with n consecutive digits ascending beginning with the digit nine. 8
13, 29, 43 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Digits are in ascending order beginning with 9 and after 9 comes 0.
The sequence "Primes with n consecutive digits descending beginning with the digit nine" has no terms.
There is no further term up to 26000. - Farideh Firoozbakht, Sep 11 2006
LINKS
EXAMPLE
13 is a term since 9012345678901 is a prime.
MATHEMATICA
fQ[n_] := PrimeQ@ FromDigits@ Mod[8+Range@n, 10]; lst = {}; Do[ If[fQ@n, AppendTo[lst, n]; Print@n], {n, 5000}]; lst
Flatten[Position[Table[FromDigits[PadRight[{}, n, {9, 0, 1, 2, 3, 4, 5, 6, 7, 8}]], {n, 100}], _?PrimeQ]] (* Harvey P. Dale, Sep 06 2015 *)
CROSSREFS
Sequence in context: A339956 A352926 A339989 * A369863 A320631 A339113
KEYWORD
base,bref,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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)