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.

A309788 Product of digits of (n written in base 9).

This page as a plain text file.
%I A309788 #21 Sep 08 2022 08:46:22
%S A309788 0,1,2,3,4,5,6,7,8,0,1,2,3,4,5,6,7,8,0,2,4,6,8,10,12,14,16,0,3,6,9,12,
%T A309788 15,18,21,24,0,4,8,12,16,20,24,28,32,0,5,10,15,20,25,30,35,40,0,6,12,
%U A309788 18,24,30,36,42,48,0,7,14,21,28,35,42,49,56,0,8,16,24,32,40,48,56,64,0,0,0,0,0,0,0,0,0,0,1,2,3,4,5,6,7,8,0,2
%N A309788 Product of digits of (n written in base 9).
%H A309788 Seiichi Manyama, <a href="/A309788/b309788.txt">Table of n, a(n) for n = 0..10000</a>
%F A309788 G.f. A(x) satisfies: A(x) = x * (1 + 2*x + 3*x^2 + 4*x^3 + 5*x^4 + 6*x^5 + 7*x^6 + 8*x^7) * (1 + A(x^9)).
%t A309788 Table[Times @@ IntegerDigits[n, 9], {n, 0, 100}]
%o A309788 (Magma) [0] cat [&*Intseq(n,9):n in [1..100]]; // _Marius A. Burtea_, Aug 26 2019
%Y A309788 Product of digits of (n written in base k): A309953 (k = 3), A309954 (k = 4), A309956 (k = 5), A309957 (k = 6), A309958 (k = 7), A309959 (k = 8), this sequence (k = 9), A007954 (k = 10).
%Y A309788 Cf. A007095, A053830.
%K A309788 nonn,base,look
%O A309788 0,3
%A A309788 _Ilya Gutkovskiy_, Aug 26 2019