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.

A074162 a(1) = 1; a(n) = smallest multiple of n (>n) using all nonprime digits (1,4,6,8,9 and 0) if n is a prime else using all prime digits and 1 if n is composite; or 0 if no such number exists.

This page as a plain text file.
%I A074162 #11 Jan 19 2025 20:44:26
%S A074162 1,4,6,12,10,12,14,32,27,0,44,72,91,112,75,32,68,72,114,0,231,132,46,
%T A074162 72,75,52,135,112,116,0,186,352,132,272,175,72,111,152,117,0,164,252,
%U A074162 86,132,135,322,94,1152,735,0,153,312,106,1512,275,112,171,232,118,0,488
%N A074162 a(1) = 1; a(n) = smallest multiple of n (>n) using all nonprime digits (1,4,6,8,9 and 0) if n is a prime else using all prime digits and 1 if n is composite; or 0 if no such number exists.
%C A074162 a(10k) = 0. Are there other values of n such that a(n) =0?
%C A074162 A pigeonhole argument shows the conjecture to be true (that only a(10k) = 0). - _Joshua Zucker_, May 08 2006
%C A074162 Conjecture (contradicts Zucker statement): a(k*5^6) = 0. - _Sean A. Irvine_, Jan 13 2025
%K A074162 base,nonn
%O A074162 1,2
%A A074162 _Amarnath Murthy_, Aug 29 2002
%E A074162 Corrected and extended by _Joshua Zucker_, May 08 2006