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

A321148 a(1) = 24603, a(n) = n*a(n-1) but products that are not in A010784 are first reduced as in A320486 (see comments); continue until zero is reached.

Original entry on oeis.org

24603, 49206, 4768, 19072, 95360, 572160, 4512, 309, 2781, 27810, 3591, 43092, 5019, 702, 153, 28, 476, 56, 1064, 180, 3780, 83160, 92680, 430, 175, 40, 18, 504, 4, 120, 3720, 94, 3102, 105468, 69180, 298, 26, 9, 351, 1, 41, 17, 731, 32164, 17380, 7480, 3160, 5680, 7830, 3915, 15, 780, 130, 72, 3960, 1760, 132, 75, 25, 15, 915, 56730, 570, 36480, 371, 286, 962, 541, 729, 513, 642, 6, 438, 341, 27, 5, 385, 0
Offset: 1

Views

Author

Hans Havermann, Oct 28 2018

Keywords

Comments

At each step, integers that contain duplicated digits are reduced to terms of A010784 by erasing all digits that appear more than once and bunching up the digits that remain. Leading zeros are ignored and any number that disappears entirely becomes 0. See A320486.
24603 is the smallest of 1746 A010784 terms that result in a 78-term sequence, the longest possible.

Examples

			2 * 24603 = 49206
3 * 49206 = [147618] => 4768
4 * 4768 = 19072
5 * 19072 = 95360
6 * 95360 = 572160
7 * 572160 = [4005120] => 4512
8 * 4512 = [36096] => 309
...
76 * 27 = [2052] => 5
77 * 5 = 385
78 * 385 = [30030] => 0
		

Crossrefs

Showing 1-1 of 1 results.