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.

A336669 a(n) is the number of n-digit terms in A336668 (assuming 0 has 0 digit).

This page as a plain text file.
%I A336669 #15 Jul 31 2020 01:34:11
%S A336669 1,9,25,54,93,24,192,72,464,606,40,9,302,9,88,69,464,9,1056,9,108,117,
%T A336669 25,9,775,24,25,606,156,9,207,9,464,54,25,87,1166,9,25,54,479,9,255,9,
%U A336669 93,621,25,9,775,72,40,54,93,9,1056,24,527,54,25,9,317,9,25
%N A336669 a(n) is the number of n-digit terms in A336668 (assuming 0 has 0 digit).
%C A336669 This sequence is bounded as the decimal representation of any term in A336668 is fully determined by at most 9 of its leading digits.
%H A336669 Rémy Sigrist, <a href="/A336669/b336669.txt">Table of n, a(n) for n = 0..10000</a>
%H A336669 Rémy Sigrist, <a href="/A336669/a336669.gp.txt">PARI program for A336669</a>
%F A336669 a(n) = 9 iff n is 11-rough (A008364).
%F A336669 a(k*n) >= a(n) for any n >= 0 and k > 0.
%F A336669 Apparently, when n > 0, a(n) = a(gcd(n, 2^3 * 3^2 * 5 * 7)).
%e A336669 For n = 2:
%e A336669 - let m be a two-digit term of A336668 (10 <= m <= 99),
%e A336669 - if m starts with an odd digit, say d = 1, 3, 5, 7 or 9, then m ends with d,
%e A336669 - if m starts with an even digit, say d = 2, 4, 6 or 8, then m ends with any even digit, say t = 0, 2, 4, 6 or 8,
%e A336669 - so a(2) = 5 + 4*5 = 25.
%o A336669 (PARI) See Links section.
%Y A336669 Cf. A008364, A336668.
%K A336669 nonn,base
%O A336669 0,2
%A A336669 _Rémy Sigrist_, Jul 29 2020