login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A079821
Smallest n-digit multiple of the n-th prime.
2
2, 12, 100, 1001, 10010, 100009, 1000008, 10000004, 100000021, 1000000011, 10000000026, 100000000011, 1000000000023, 10000000000005, 100000000000043, 1000000000000006, 10000000000000011, 100000000000000002
OFFSET
1,1
FORMULA
prime(n)*ceiling(10^(n-1)/prime(n)). - Vladeta Jovovic, Feb 14 2003
CROSSREFS
Sequence in context: A379331 A151392 A000888 * A303614 A124102 A168365
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Feb 11 2003
STATUS
approved