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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A153972 a(n+1)=2*(a(n)-2)-2,a(0)=7. 1
7, 8, 10, 14, 22, 38, 70, 134, 262, 518, 1030, 2054, 4102, 8198, 16390, 32774, 65542, 131078, 262150, 524294, 1048582, 2097158, 4194310, 8388614, 16777222, 33554438, 67108870, 134217734, 268435462, 536870918, 1073741830, 2147483654 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

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

CROSSREFS

Sequence in context: A048588 A141676 A127164 * A111064 A071117 A054221

Adjacent sequences:  A153969 A153970 A153971 * A153973 A153974 A153975

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