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!)
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; text; internal format)
OFFSET
1,1
LINKS
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
Sequence in context: A302974 A281472 A302625 * A210134 A274855 A301939
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Nov 26 2002
EXTENSIONS
Edited, corrected and extended by Robert G. Wilson v, Nov 29 2002
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 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)