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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153973 a(n+1)=2*(a(n)-2)-2,a(0)=9. 0
9, 12, 18, 30, 54, 102, 198, 390, 774, 1542, 3078, 6150, 12294, 24582, 49158, 98310, 196614, 393222, 786438, 1572870, 3145734, 6291462, 12582918, 25165830, 50331654, 100663302, 201326598, 402653190, 805306374, 1610612742, 3221225478 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

a=9; lst={a}; Do[a=(a-2)*2-2; AppendTo[lst, a], {n, 6!}]; lst

CROSSREFS

Cf. A146529, A153972

Sequence in context: A141552 A162822 A087269 * A072702 A157973 A057577

Adjacent sequences:  A153970 A153971 A153972 * A153974 A153975 A153976

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 03 2009

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 14 23:53 EST 2012. Contains 205689 sequences.