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.

A180953 The number of terms of the form 2^i*5^j (A003592) less than or equal to 10^n.

This page as a plain text file.
%I A180953 #6 Feb 08 2020 04:07:10
%S A180953 1,6,15,29,48,72,100,134,172,214,262,314,371,433,500,571,647,728,813,
%T A180953 904,999,1099,1204,1313,1427,1546,1670,1798,1932,2070,2212,2359,2511,
%U A180953 2668,2829,2996,3167,3342,3523,3708,3898,4093,4293,4497,4706,4920,5138
%N A180953 The number of terms of the form 2^i*5^j (A003592) less than or equal to 10^n.
%H A180953 Amiram Eldar, <a href="/A180953/b180953.txt">Table of n, a(n) for n = 0..10000</a>
%t A180953 f[n_] := Sum[1 + Floor@ Log[2, 10^n/5^k], {k, 0, Floor@ Log[5, 10^n]}]; Array[f, 47, 0]
%Y A180953 Cf. A003592.
%K A180953 base,nonn
%O A180953 0,2
%A A180953 _Robert G. Wilson v_, Sep 27 2010