The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A129459 Slowest increasing sequence that starts with 0 and has property that multiplying two consecutive terms gives a number which shares at least one digit with one of the terms. 2

%I #4 Sep 16 2015 04:41:37

%S 0,1,2,6,8,10,11,12,13,14,15,17,20,21,22,24,26,27,28,29,30,31,32,35,

%T 36,37,39,40,41,42,44,46,47,50,51,52,53,55,57,60,61,62,63,64,65,67,68,

%U 69,70,71,72,73,74,75,76,78,80,81,82,83,85,87,88,89,90,91,92,94,95,96,97

%N Slowest increasing sequence that starts with 0 and has property that multiplying two consecutive terms gives a number which shares at least one digit with one of the terms.

%C Terms computed by _Stefan Steinerberger_.

%t a = {0}; For[n = 1, n <= 100, n++, If[Length[Intersection[IntegerDigits[n*a[[ -1]]], Union[IntegerDigits[n], IntegerDigits[a[[ -1]]]]]] != 0, AppendTo[a, n]]]; a

%K base,easy,nonn

%O 0,3

%A _Eric Angelini_, May 29 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 10:17 EDT 2024. Contains 372532 sequences. (Running on oeis4.)