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!)
A063004 Difference between 2^n and the next larger or equal power of 3. 2
0, 1, 5, 1, 11, 49, 17, 115, 473, 217, 1163, 139, 2465, 11491, 3299, 26281, 111611, 46075, 269297, 7153, 545747, 2685817, 588665, 5960299, 26269505, 9492289, 62031299, 253202761, 118985033, 625390555, 88519643, 1339300753 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 3^ceiling(log_3(2^n)) - 2^n.
MATHEMATICA
dp23[n_]:=Module[{t=2^n}, 3^Ceiling[Log[3, t]]-t]; Array[dp23, 40, 0] (* Harvey P. Dale, Nov 20 2015 *)
PROG
(PARI) for(n=1, 50, print1(3^ceil(log(2^n)/log(3))-2^n", "))
CROSSREFS
Sequence in context: A132000 A132001 A113261 * A351573 A347135 A146993
KEYWORD
easy,nonn
AUTHOR
Jens Voß, Jul 02 2001
EXTENSIONS
More terms from Ralf Stephan, Mar 21 2003
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 24 02:44 EDT 2024. Contains 371917 sequences. (Running on oeis4.)