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.

A091947 (Fractional part of 1.1^n) * 10^n.

Original entry on oeis.org

0, 1, 21, 331, 4641, 61051, 771561, 9487171, 14358881, 357947691, 5937424601, 85311670611, 138428376721, 4522712143931, 79749833583241, 177248169415651, 5949729863572161, 5447028499293771, 559917313492231481
Offset: 0

Views

Author

Reinhard Zumkeller, Feb 16 2004

Keywords

Comments

a(n) = A001020(n) mod A011557(n).

Examples

			a(2) = (1.1^2 - floor(1.1^2))*10^2 = (1.21 - 1)*100 = 21.
		

Crossrefs

Cf. A091946.

Programs

  • Mathematica
    Table[ FractionalPart[(11/10)^n] 10^n, {n, 0, 19}] (* Robert G. Wilson v, Feb 18 2004 *)
Showing 1-1 of 1 results.