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!)
A102252 Slowest increasing sequence beginning with 1 whose digits satisfy the rule d*2. 0
1, 2, 4, 8, 16, 21, 24, 248, 481, 681, 6212, 16212, 42421, 242484, 842484, 8168168, 48168162, 121621216, 816212162, 1242421242, 4212162124, 24212424848, 42484842421, 242484842484, 816816848168, 1684842484816, 8168481681621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Same digits as A061581.
LINKS
FORMULA
d*2, beginning with 1.
EXAMPLE
Read a(5)=16, which produces first digit of a(6)=2 because 1*2=2 and second digit of a(6)=1 and first digit of a(7)=2 because 6*2=12.
MATHEMATICA
t = Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[2IntegerDigits[ x]]]], 1, 17]]; a = 0; l = {}; Do[k = 1; While[fd = FromDigits[ Take[t, k]]; a >= fd, k++ ]; t = Drop[t, k]; AppendTo[l, fd]; a = fd, {n, 27}]; l (* Robert G. Wilson v, Feb 21 2005 *)
CROSSREFS
Cf. A061581.
Sequence in context: A244484 A350414 A045776 * A174838 A308149 A196871
KEYWORD
base,easy,nonn
AUTHOR
EXTENSIONS
More terms from Robert G. Wilson v, Feb 21 2005
STATUS
approved

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 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)