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.
%I A204544 #22 May 05 2024 03:37:03 %S A204544 0,5,25,375,625,59375,390625,859375,62890625,443359375,6650390625, %T A204544 49755859375,746337890625,6195068359375,92926025390625, %U A204544 893890380859375,8408355712890625,26125335693359375,891880035400390625,8378200531005859375,25673007965087890625 %N A204544 Fractional part of (3/2)^n without the decimal point. %D A204544 G. Choquet, Répartition des nombres k(3/2)^n, mesures et ensembles associés, C.R. Acad. Sci. Paris, 290 (31 mars 1980), pp. 575-580. %D A204544 G. Choquet, Construction effective de suites (k(3/2)^n). Etude des mesures (3/2)-stables, C.R. Acad. Sci. Paris, 291 (29 septembre 1980), pp. 69-74. %H A204544 J. C. Lagarias, <a href="http://www.cecm.sfu.ca/organics/papers/lagarias/paper/html/paper.html">Fractional parts of (3/2)^k</a> %H A204544 A. D. Pollington, <a href="https://gallica.bnf.fr/ark:/12148/bpt6k98224180/f467.item">Progressions arithmétiques généralisées et le problème des (3/2)^n</a>, C. R. Acad. Sci. Paris, 292 (16 février 1981), pp. 383-384. %e A204544 a(4) = 625 because (3/2)^4 = 5.0625. %p A204544 for n from 1 to 20 do: Digits:=30:x:= 1.5 ^n:y:=floor((x-floor(x))*10^n): printf(`%d, `,y): %p A204544 od: %t A204544 Table[FractionalPart[(3/2)^n]*10^n, {n, 0, 30}] (* _T. D. Noe_, Jan 18 2012 *) %Y A204544 Cf. A170827, A170828. %K A204544 nonn,base %O A204544 0,2 %A A204544 _Michel Lagneau_, Jan 16 2012