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!)
A120821 Primes with n consecutive ascending digits beginning with the digit three. 9
1, 179, 529 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Digits are in ascending order beginning with 3 and after 9 comes 0.
The sequence "Primes with n consecutive descending digits beginning with the digit three" has only one term, 1 which represents the prime 3.
LINKS
MATHEMATICA
fQ[n_] := PrimeQ@ FromDigits@ Mod[2+Range@n, 10]; lst = {}; Do[ If[fQ@n, AppendTo[lst, n]; Print@n], {n, 10000}]; lst
CROSSREFS
Sequence in context: A062651 A142611 A283921 * A255096 A253627 A142855
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 April 18 06:11 EDT 2024. Contains 371767 sequences. (Running on oeis4.)