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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082383 a(0)=1, a(n)=2^n+n-2*a(n-1). 0
1, 1, 4, 3, 14, 9, 52, 31, 202, 117, 800, 459, 3190, 1825, 12748, 7287, 50978, 29133, 203896, 116515, 815566, 466041, 3262244, 1864143, 13048954, 7456549, 52195792, 29826171, 208783142, 119304657, 835132540, 477218599, 3340530130, 1908874365 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(2n)=(1/9)*(7*4^n+6*n+2); a(2n+1)=(1/9)*(4*4^n+6*n+5)

PROG

(PARI) a(n)=if(n<1, 1, 2^n+n-2*a(n-1))

CROSSREFS

Sequence in context: A088933 A019136 A140884 * A056478 A056479 A056480

Adjacent sequences:  A082380 A082381 A082382 * A082384 A082385 A082386

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Apr 13 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 18:41 EST 2012. Contains 206074 sequences.