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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A078292 Least nontrivial multiple of the n-th prime beginning with 8. 8
8, 81, 80, 84, 88, 806, 85, 817, 805, 87, 806, 814, 82, 86, 846, 848, 826, 854, 804, 852, 803, 869, 830, 801, 873, 808, 824, 856, 872, 8023, 889, 8122, 822, 834, 894, 8003, 8007, 815, 835, 865, 895, 8145, 8022, 8106, 8077, 8159, 844, 892, 8172, 8015, 8155 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

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

Sequence in context: A002072 A193943 A067449 * A027768 A007792 A098308

Adjacent sequences:  A078289 A078290 A078291 * A078293 A078294 A078295

KEYWORD

base,easy,nonn

AUTHOR

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

EXTENSIONS

Edited, corrected and extended by Robert G. Wilson (rgwv(AT)rgwv.com), Nov 29 2002

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 February 15 14:02 EST 2012. Contains 205811 sequences.