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-6 of 6 results.

A082262 Average of row n of A082259.

Original entry on oeis.org

1, 11, 12, 94, 149, 63, 394, 404, 45, 604, 1244, 294, 1246, 1391, 705, 2149, 2087, 593, 3466, 8930, 2301, 4927, 7025, 4875, 17809, 15083, 5052, 24850, 26858, 67065, 42979, 56453, 56040, 75400, 152351, 59193, 108631, 228827, 145485, 1366618, 465026
Offset: 1

Views

Author

Amarnath Murthy, Apr 12 2003

Keywords

Crossrefs

Programs

  • PARI
    a(n) = my(s=0, k=1); for (i=1, n, while (sumdigits(k*n) != n, k++); s += k*n; k++;); s/n; \\ Michel Marcus, Mar 26 2020

Formula

a(n) = A082261(n)/n.

Extensions

Corrected and extended by Ray Chandler, Oct 08 2005

A082261 Row sums in A082259.

Original entry on oeis.org

1, 22, 36, 376, 745, 378, 2758, 3232, 405, 6040, 13684, 3528, 16198, 19474, 10575, 34384, 35479, 10674, 65854, 178600, 48321, 108394, 161575, 117000, 445225, 392158, 136404, 695800, 778882, 2011950, 1332349, 1806496, 1849320, 2563600
Offset: 1

Views

Author

Amarnath Murthy, Apr 12 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Do[s = t = 0; i = 1; While[t < n, If[Plus @@ IntegerDigits[i*n] == n, t++; s += i*n]; i++ ]; Print[s], {n, 1, 50}] (* Ryan Propper, Jul 16 2005 *)

Extensions

Corrected and extended by Ryan Propper, Jul 16 2005

A082263 Triangle A082259 with row n divided by n.

Original entry on oeis.org

1, 1, 10, 1, 4, 7, 1, 10, 28, 55, 1, 10, 28, 46, 64, 1, 4, 7, 10, 19, 22, 1, 10, 19, 46, 73, 100, 145, 1, 10, 19, 28, 55, 64, 100, 127, 1, 2, 3, 4, 5, 6, 7, 8, 9, 19, 28, 37, 46, 55, 64, 73, 82, 91, 109, 19, 28, 37, 46, 55, 64, 73, 82, 190, 280, 370, 4, 7, 13, 16, 19, 22, 28, 31, 34, 37
Offset: 1

Views

Author

Amarnath Murthy, Apr 12 2003

Keywords

Examples

			Triangle begins:
1
1 10
1 4 7
1 10 28 55
1 10 28 46 64
1 4 7 10 19 22
		

Crossrefs

Extensions

Corrected and extended by Ray Chandler, Oct 08 2005

A245062 Array read by upward antidiagonals: Niven (or Harshad) numbers arranged in rows by their digit sums.

Original entry on oeis.org

1, 2, 10, 3, 20, 100, 4, 12, 110, 1000, 5, 40, 21, 200, 10000, 6, 50, 112, 30, 1010, 100000, 7, 24, 140, 220, 102, 1100, 1000000, 8, 70, 42, 230, 400, 111, 2000, 10000000, 9, 80, 133, 60, 320, 1012, 120, 10010, 100000000, 190, 18, 152, 322, 114, 410, 1120, 201, 10100, 1000000000
Offset: 1

Views

Author

L. Edson Jeffery, Jul 10 2014

Keywords

Comments

The n-th row contains in increasing order all multiples of n with digit sum n.
See A005349 for definitions and references.

Examples

			Array begins as:
  1  10  100  1000  10000  100000  1000000  10000000  100000000  1000000000
  2  20  110   200   1010    1100     2000     10010      10100       11000
  3  12   21    30    102     111      120       201        210         300
  4  40  112   220    400    1012     1120      1300       2020        2200
  5  50  140   230    320     410      500      1040       1130        1220
  6  24   42    60    114     132      150       204        222         240
  7  70  133   322    511     700     1015      1141       1204        1330
  8  80  152   224    440     512      800      1016       1160        1232
  9  18   27    36     45      54       63        72         81          90
190 280  370   460    550     640      730       820        910        1090
		

Crossrefs

Cf. A002998 (column 1), A245065 (column 2).
Cf. A011557 (row 1), A069537 (row 2), A052217 (row 3), A063997 (row 4), A069540 (row 5), A062768 (row 6), A063416 (row 7), A069543 (row 8), A052223 (row 9).
Cf. A082260 (main diagonal).
Cf. A007953, A005349 (Niven or Harshad numbers).
Cf. A082259.

A279777 Numbers k such that the sum of digits of 9k is 27.

Original entry on oeis.org

111, 211, 221, 222, 311, 321, 322, 331, 332, 333, 411, 421, 422, 431, 432, 433, 441, 442, 443, 444, 511, 521, 522, 531, 532, 533, 541, 542, 543, 544, 551, 552, 553, 554, 555, 611, 621, 622, 631, 632, 633, 641, 642, 643, 644, 651, 652, 653, 654, 655, 661
Offset: 1

Views

Author

M. F. Hasler, Dec 23 2016

Keywords

Comments

The digital sum of 9k is always a multiple of 9. For most numbers below 100 it is actually equal to 9. Numbers such that the digital sum of 9k is 18 are listed in A279769. Only every third term of the present sequence is divisible by 3.
The sequence of record gaps [and upper end of the gap] is: 100 [a(2) = 211], 101 [a(221) = 1211], 111 [a(4841) = 11211], 111 [a(10121) = 22311], 111 [a(15752) = 33411], ..., 111 [a(45133) = 88911], 111 [a(50413) = 100011], 211 [a(55253) = 111211], 311 [a(110000) = 222311], ..., 911 [a(380557) = 888911], 1011 [a(411049) = 1000011], 1211 [a(436976) = 1111211], 2311 [a(840281) = 2222311], ..., 8911 [a(2451241) = 8888911], ...

Crossrefs

Cf. A008591, A084854, A003991, A004247, A279769 (sumdigits(9n) = 18).
Digital sum of m*n equals m: A088404 = A069537/2, A088405 = A052217/3, A088406 = A063997/4, A088407 = A069540/5, A088408 = A062768/6, A088409 = A063416/7, A088410 = A069543/8.
Numbers with given digital sum: A011557 (1), A052216 (2), A052217 (3), A052218 (4), A052219 (5), A052220 (6), A052221 (7), A052222 (8), A052223 (9), A052224 (10), A166311 (11), A235151 (12), A143164 (13), A235225 (14), A235226 (15), A235227 (16), A166370 (17), A235228 (18), A166459 (19), A235229 (20).
Cf. A007953 (digital sum), A005349 (Niven or Harshad numbers), A245062 (arranged in rows by digit sums).
Cf. A082259.

Programs

  • Mathematica
    Select[Range@ 661, Total@ IntegerDigits[9 #] == 27 &] (* Michael De Vlieger, Dec 23 2016 *)
  • PARI
    is(n)=sumdigits(9*n)==27

A082260 a(n) = n-th multiple of n with digit sum n.

Original entry on oeis.org

1, 20, 21, 220, 320, 132, 1015, 1016, 81, 1090, 4070, 516, 2353, 2534, 1185, 3760, 3842, 846, 5662, 14960, 3738, 7546, 12857, 7296, 28825, 25298, 6885, 39088, 43877, 78960, 61969, 78368, 64977, 98872, 258965, 69984, 187849, 367688, 199758
Offset: 1

Views

Author

Amarnath Murthy, Apr 12 2003

Keywords

Crossrefs

Main diagonal of A082259 and of A245062.
Row sums give A082261.

Extensions

Corrected and extended by Ray Chandler, Oct 08 2005
Showing 1-6 of 6 results.