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!)
A052078 Smallest prime formed by concatenating n consecutive decreasing numbers, 0 if no such prime exists. 3
2, 43, 0, 10987, 76543, 0, 73727170696867, 4645444342414039, 0, 56555453525150494847, 219218217216215214213212211210209, 0, 25242322212019181716151413, 6059585756555453525150494847, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Starting numbers in concatenations are given by A052080.
If n is divisible by 3, a(n)=0. - Harvey P. Dale, Jun 03 2019
LINKS
C. Rivera, Prime Puzzle 78
MATHEMATICA
Table[Min[Select[FromDigits[Flatten[IntegerDigits[#]]]&/@ Partition[ Range[ 1000, 1, -1], n, 1], PrimeQ]], {n, 20}]/.\[Infinity]->0 (* Harvey P. Dale, Jun 03 2019 *)
CROSSREFS
Sequence in context: A039622 A130506 A273399 * A069544 A256285 A360549
KEYWORD
nonn,base,nice
AUTHOR
Patrick De Geest, Jan 15 2000
EXTENSIONS
Terms for n>6 calculated by Carlos Rivera and Felice Russo
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 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)