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!)
A031143 Position of rightmost 0 (including leading 0) in 2^A031142(n). 5
1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 15, 16, 21, 22, 23, 24, 25, 26, 36, 38, 54, 57, 59, 93, 115, 119, 120, 121, 136, 138, 164, 174, 176, 191, 196, 212, 217, 227, 233, 249, 250, 260, 268, 275, 308 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
"Positions" are counted 0,1,2,3,... starting with the least significant digit.
LINKS
MATHEMATICA
best = 0; lst = {};
x = Select[Range[0, 10000],
If[(t = First@
First@StringPosition[StringReverse@("0" <> ToString@(2^#)),
"0"]) > best, best = t; AppendTo[lst, t - 1]; True] &] ; lst (* Robert Price, Oct 11 2019 *)
CROSSREFS
Sequence in context: A156541 A325663 A277620 * A358521 A302594 A055492
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Dan Hoey
a(42)-a(44) from Alan Griffiths, Jan 25 2012
a(45) from Alan Griffiths, Feb 01 2012
a(46) from Alan Griffiths, Mar 09 2012
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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)