login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078293 Least nontrivial multiple of the n-th prime beginning with 9. 8
90, 9, 90, 91, 99, 91, 901, 95, 92, 928, 93, 925, 902, 903, 94, 901, 944, 915, 938, 923, 949, 948, 913, 979, 970, 909, 927, 963, 981, 904, 9017, 917, 959, 973, 9089, 906, 942, 978, 9018, 9169, 9129, 905, 955, 965, 985, 995, 9073, 9143, 908, 916, 932, 956, 964 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..53.

MATHEMATICA

f[n_] := Block[{k = 2, m = n}, While[ IntegerDigits[k*m][[1]] != 9, k++ ]; k*m]; Table[ f[ Prime[n]], {n, 1, 55}]

CROSSREFS

Cf. A078285, A078286, A078287, A078288, A078289, A078290, A078291, A078292.

Sequence in context: A093405 A221307 A058631 * A052999 A050662 A033410

Adjacent sequences:  A078290 A078291 A078292 * A078294 A078295 A078296

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 26 2002

EXTENSIONS

Edited, corrected and extended by Robert G. Wilson, Nov 29 2002

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 01:49 EDT 2013. Contains 225428 sequences.