登录
A302801型
a(n)是由n的数字与n的数字乘积的数字串联而成的数字。
1
0, 11, 22, 33, 44, 55, 66, 77, 88, 99, 100, 111, 122, 133, 144, 155, 166, 177, 188, 199, 200, 212, 224, 236, 248, 2510, 2612, 2714, 2816, 2918, 300, 313, 326, 339, 3412, 3515, 3618, 3721, 3824, 3927, 400, 414, 428, 4312, 4416, 4520, 4624, 4728, 4832, 4936, 500, 515
抵消
0, 2
例子
当n=10时,n的数字是1和0,它们的乘积是0,串联得到1 0 0。
数学
表[FromDigits[Join[IntegerDigits[n],IntegerPigits[Product[Part[Integer Digits[n],k],{k,Length[IntegereDigits[n]]]],{n,0,51}](*斯特凡诺·斯佩齐亚2023年8月13日*)
黄体脂酮素
(PARI)mydigits(n)=如果(n,数字(n),[0]);
a(n)=我的(d=我的数字(n));来自数字(concat(d,mydigits(prod(k=1,#d,d[k])));
关键词
非n,基础,容易的
作者
米歇尔·马库斯2018年4月13日
状态
经核准的