A080434 Duplicate of A062567.
1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 11, 48, 494, 252, 510, 272, 272, 216, 171, 0, 168, 22, 161, 696
Offset: 1
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.
a(20)=218264275944702783 because 218264275944702783=3^20*62597583 387207449572462812=3^20*111050012 & 218264275944702783 is the smallest positive multiple of 3^20 whose reverse is also amultiple of 3^20. I found a(n) for n<21, a(18) & a(19) are respectively 14048104419899757 & 171101619858478932.
b[n_]:=(For[m=1, !IntegerQ[FromDigits[Reverse[IntegerDigits[m*n]]]/n], m++ ]; m*n);Do[Print[b[3^n]], {n, 0, 18}]
Comments
Examples
Crossrefs
Programs
Mathematica