cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-3 of 3 results.

A138263 Smallest positive integer m such that n divides [10^m/m] (=A060156(m)).

Original entry on oeis.org

1, 1, 3, 4, 1, 11, 13, 5, 3, 1, 13, 52, 19, 13, 11, 5, 24, 11, 37, 4, 13, 13, 45, 84, 2, 19, 13, 34, 94, 11, 12, 5, 13, 24, 13, 92, 3, 37, 19, 5, 11, 13, 96, 238, 11, 45, 51, 84, 43, 2, 33, 272, 76, 13, 13, 34, 37, 95, 36, 164, 181, 24, 13, 10, 19, 13, 39, 46, 67, 13, 82, 92, 17
Offset: 1

Views

Author

Max Alekseyev, Mar 09 2008

Keywords

Comments

This sequence is well-defined.

Crossrefs

A060155 Table T(n,k) by antidiagonals of floor(n^k/k) [n,k >= 1].

Original entry on oeis.org

1, 0, 2, 0, 2, 3, 0, 2, 4, 4, 0, 4, 9, 8, 5, 0, 6, 20, 21, 12, 6, 0, 10, 48, 64, 41, 18, 7, 0, 18, 121, 204, 156, 72, 24, 8, 0, 32, 312, 682, 625, 324, 114, 32, 9, 0, 56, 820, 2340, 2604, 1555, 600, 170, 40, 10, 0, 102, 2187, 8192, 11160, 7776, 3361, 1024, 243, 50, 11
Offset: 1

Views

Author

Henry Bottomley, Mar 12 2001

Keywords

Examples

			T(5,3)=[5^3/3]=[125/3]=41.
Rows start:
  1,  0,  0,   0,   0, ...
  2,  2,  2,   4,   6, ...
  3,  4,  9,  20,  48, ...
  4,  8, 21,  64, 204, ...
  5, 12, 41, 156, 625, ...
		

Crossrefs

Columns include A000027, A007590.
Diagonals include A000169.

Formula

T(n, k) = (A051129(n, k)-A060154(n, k))/k.

A056159 a(n) = floor(10^(n-1)/n).

Original entry on oeis.org

1, 5, 33, 250, 2000, 16666, 142857, 1250000, 11111111, 100000000, 909090909, 8333333333, 76923076923, 714285714285, 6666666666666, 62500000000000, 588235294117647, 5555555555555555, 52631578947368421, 500000000000000000
Offset: 1

Views

Author

Henry Bottomley, Jul 31 2000

Keywords

Crossrefs

Programs

Extensions

More terms from Harvey P. Dale, Apr 15 2018
Showing 1-3 of 3 results.