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.

A117603 Padovan numbers which can be divided by the product of their digits.

This page as a plain text file.
%I A117603 #9 Sep 26 2024 16:22:40
%S A117603 1,2,3,4,5,7,9,12,816
%N A117603 Padovan numbers which can be divided by the product of their digits.
%C A117603 Next term, a(10), if it exists, is > A000931(18440) with more than 2252 digits. - _R. J. Mathar_, Jan 21 2008
%t A117603 p=Rest[Union[LinearRecurrence[{0, 1, 1}, {1, 0, 0}, 71]]];Select[p,ContainsNone[IntegerDigits[#],{0}]&&Divisible[#,Times@@IntegerDigits@#]&] (* _James C. McMahon_, Sep 26 2024 *)
%Y A117603 Cf. A000931.
%K A117603 nonn,base
%O A117603 1,2
%A A117603 Luc Stevens (lms022(AT)yahoo.com), Apr 05 2006