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!)
A120824 Primes with n consecutive digits ascending beginning with the digit six. 8
2, 6, 36, 122, 336 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Digits are in ascending order beginning with 6 and after 9 comes 0.
The sequence "Primes with n consecutive digits descending beginning with the digit six" has no terms.
LINKS
EXAMPLE
6 is a term since 678901 is a prime.
MATHEMATICA
fQ[n_] := PrimeQ@ FromDigits@ Mod[5+Range@n, 10]; lst = {}; Do[ If[fQ@n, AppendTo[lst, n]; Print@n], {n, 5000}]; lst
CROSSREFS
Sequence in context: A226368 A058083 A034526 * A127564 A130874 A019020
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 April 16 00:39 EDT 2024. Contains 371696 sequences. (Running on oeis4.)