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!)
A102255 Slowest increasing sequence beginning with 3 whose digits satisfy the rule d*2. 0
3, 6, 12, 24, 48, 81, 616, 2122, 12424, 42484, 88481, 681616, 816212, 1621221, 2162124, 2421242, 4424212, 42484842, 48488484, 248481681, 684816816, 1681684816, 8162121621, 21681621216, 212212162121, 681621216212 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Same digits as A102254.
LINKS
FORMULA
d*2, beginning with 3.
EXAMPLE
Read a(6)=81, which produces a(7)=162 because 8*2=16 and 1*2=2.
MATHEMATICA
t = Flatten[ NestList[ Function[x, Flatten[ IntegerDigits[2IntegerDigits[x]]]], 3, 15]]; 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
Sequence in context: A115807 A366277 A322676 * A192871 A002910 A001668
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 April 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)