login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063004 Difference between 2^n and the next larger 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; internal format)
OFFSET

0,3

FORMULA

a(n) = 3^(ceil (log_3 (2^n))) - 2^n

PROG

(PARI) for(n=1, 50, print1(3^ceil(log(2^n)/log(3))-2^n", "))

CROSSREFS

Cf. A056577, A063003, A063005.

Sequence in context: A113261 A132000 A132001 * A146993 A104572 A125232

Adjacent sequences:  A063001 A063002 A063003 * A063005 A063006 A063007

KEYWORD

easy,nonn

AUTHOR

Jens Voss (jens.voss(AT)poet.de), Jul 02 2001

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 21 2003

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 00:09 EST 2012. Contains 205978 sequences.