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.

A042983 Numbers n > 99 with following property: form a sequence whose initial terms are the t digits of n, later terms given by rule b(i+1) = b(i) + product of t-1 previous terms; then n itself appears in the sequence.

This page as a plain text file.
%I A042983 #17 Oct 19 2013 15:07:52
%S A042983 205,302,1220,1757,3505,4484,59445,80005,99543,393544,1545283,
%T A042983 31593249,33252489,184577126,139316682243,793957132718,3827180840962
%N A042983 Numbers n > 99 with following property: form a sequence whose initial terms are the t digits of n, later terms given by rule b(i+1) = b(i) + product of t-1 previous terms; then n itself appears in the sequence.
%C A042983 a(18) > 10^13. - _Giovanni Resta_, Oct 19 2013
%e A042983 1757 is a 4-digit term since sequence is 1, 7, 5, 7, 1*7*5+7 =42, 7*5*7+42 = 287, 5*7*42+287 = 1757.
%Y A042983 Cf. A007629.
%K A042983 nonn,base,more
%O A042983 1,1
%A A042983 _Denis Borris_
%E A042983 a(15)-a(17) from _Giovanni Resta_, Oct 19 2013