Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108145
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108145 Smallest prime consisting of n successive positive integers in descending order followed by a 9. a(3k) = 0 as no such prime exists. +0
8
19, 439, 0, 262524239, 765439, 0, 109876549, 1098765439, 0, 504948474645444342419, 27262524232221201918179, 0, 2019181716151413121110989, 64636261605958575655545352519, 0 (list; graph; listen)
OFFSET

1,1

EXAMPLE

a(2) = 439, two successive positive integers 4,3 in descending order followed by a 9.

a(4) = 262524239 four successive positive integers 26,25,24,23 in descending order followed by a 9.

MATHEMATICA

a[n_]:=If[Mod[n, 3]==0, 0, (For[m=1, (v={}; Do[v=Join[v, IntegerDigits[k]], {k, m+n-1, m, -1}]); !PrimeQ[10FromDigits[v]+9], m++ ]; 10FromDigits[v]+9)]; Table[a[n], {n, 16}] - Farideh Firoozbakht.

f[n_] := Block[{t = Reverse@Range@n}, If[ Mod[n, 3] == 0, 0, While[p = FromDigits@Flatten@IntegerDigits@Join[t, {9}]; !PrimeQ@p, t++ ]; p]]; Array[f, 16] (* Robert G. Wilson v *)

CROSSREFS

Cf. A114754, A114755, A114756, A114757, A114758, A114759, A112716.

Sequence in context: A077716 A089573 A121938 this_sequence A114350 A012506 A081686

Adjacent sequences: A108142 A108143 A108144 this_sequence A108146 A108147 A108148

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 01 2006

EXTENSIONS

Extended by Robert G. Wilson v (rgwv(at)rgwv.com), Ray Chandler (rayjchandler(AT)sbcglobal.net) and Farideh Firoozbakht (f.firoozbakht(AT)math.ui.ac.ir), Jan 02 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research