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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067895 Write 2^n, 2^n+1, 2^n+2, ..., 2^(n+1)-1 in binary and add as if they were decimal numbers. 2
1, 21, 422, 8444, 168888, 3377776, 67555552, 1351111104, 27022222208, 540444444416, 10808888888832, 216177777777664, 4323555555555328, 86471111111110656, 1729422222222221312, 34588444444444442624, 691768888888888885248, 13835377777777777770496, 276707555555555555540992 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

G.f.: (1-x)/(1-22x+40x^2). a(n)=2^(n-1)*(19*10^n-1)/9=22a(n-1)-40a(n-2).

EXAMPLE

2^2 to 2^3-1 = 4 through 7 = 100, 101, 110 and 111 in binary and when summed = 422.

PROG

(PARI) a(n)=if(n<0, 0, 2^(n-1)*(19*10^n-1)/9)

CROSSREFS

Cf. A067894.

Sequence in context: A170702 A170740 A064108 * A171326 A092499 A207066

Adjacent sequences:  A067892 A067893 A067894 * A067896 A067897 A067898

KEYWORD

nonn,base,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), May 15 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 16 04:47 EST 2012. Contains 205860 sequences.