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!)
A120822 Primes with n consecutive ascending digits beginning with the digit four. 8
4, 8, 194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Digits are in ascending order beginning with 4; after 9 comes 0.
LINKS
EXAMPLE
8 is a term since 45678901 is a prime.
MATHEMATICA
fQ[n_] := PrimeQ@ FromDigits@ Mod[3+Range@n, 10]; lst = {}; Do[ If[fQ@n, AppendTo[lst, n]; Print@n], {n, 10000}]; lst
CROSSREFS
Sequence in context: A264510 A188268 A133262 * A013065 A013096 A200729
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 June 9 00:48 EDT 2024. Contains 373227 sequences. (Running on oeis4.)