login
This site is supported by donations 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; internal format)
OFFSET

1,1

COMMENTS

Same digits as A102254

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 (from Robert G. Wilson v Feb 21 2005)

CROSSREFS

Sequence in context: A068032 A048719 A115807 * A192871 A002910 A001668

Adjacent sequences:  A102252 A102253 A102254 * A102256 A102257 A102258

KEYWORD

base,easy,nonn

AUTHOR

Alexandre Wajnberg & Eric Angelini (alexandre.wajnberg(AT)ulb.ac.be), Feb 18 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 21 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:28 EST 2012. Contains 206031 sequences.