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!)
A078209 Smallest multiple of the n-th prime beginning with n. 2
10, 21, 30, 42, 55, 65, 714, 817, 92, 1015, 1116, 1221, 1312, 1419, 1504, 1643, 177, 183, 1943, 2059, 219, 2212, 2324, 2403, 2522, 2626, 2781, 2889, 2943, 3051, 3175, 3275, 33017, 3475, 3576, 3624, 3768, 38142, 39078, 40136, 4117, 42173, 4393, 4439 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
smnp[n_]:=Module[{p=Prime[n], k=1, idn=IntegerDigits[n], len= IntegerLength[ n]}, While[Take[ IntegerDigits[k*p], len]!=idn, k++]; k*p]; Array[smnp, 50] (* Harvey P. Dale, May 20 2017 *)
CROSSREFS
Cf. A078208.
Sequence in context: A097386 A108685 A108686 * A265415 A245071 A256825
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 22 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 04 2003
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)