|
Search: id:A078290
|
|
|
| A078290 |
|
Least nontrivial multiple of the n-th prime beginning with 6. |
|
+0 9
|
|
| 6, 6, 60, 63, 66, 65, 68, 608, 69, 609, 62, 629, 615, 602, 611, 636, 649, 610, 603, 639, 657, 632, 664, 623, 679, 606, 618, 642, 654, 678, 635, 655, 685, 695, 6109, 604, 628, 652, 668, 692, 6086, 6154, 6112, 6176, 6107, 6169, 633, 669, 681, 687, 699, 6214
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
MATHEMATICA
|
f[n_] := Block[{k = 2, m = n}, While[ IntegerDigits[k*m][[1]] != 6, k++ ]; k*m]; Table[ f[ Prime[n]], {n, 1, 55}]
|
|
CROSSREFS
|
Cf. A078285, A078286, A078287, A078288, A078289, A078291, A078292, A078293.
Sequence in context: A084675 A075179 A074949 this_sequence A065239 A146892 A085804
Adjacent sequences: A078287 A078288 A078289 this_sequence A078291 A078292 A078293
|
|
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
|
|
|
Search completed in 0.002 seconds
|