The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A220088 a(n) = 2^n - 81. 1
-80, -79, -77, -73, -65, -49, -17, 47, 175, 431, 943, 1967, 4015, 8111, 16303, 32687, 65455, 130991, 262063, 524207, 1048495, 2097071, 4194223, 8388527, 16777135, 33554351, 67108783, 134217647, 268435375, 536870831, 1073741743, 2147483567, 4294967215 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Chai Wah Wu, Jan 17 2020: (Start)
a(n) = 3*a(n-1) - 2*a(n-2) for n > 1.
G.f.: (161*x - 80)/((x - 1)*(2*x - 1)). (End)
From Elmo R. Oliveira, Nov 11 2023: (Start)
a(n) = 2*a(n-1) + 81 with a(0) = -80.
E.g.f.: exp(2*x) - 81*exp(x). (End)
MATHEMATICA
Table[2^n - 81, {n, 0, 40}] (* T. D. Noe, Dec 04 2012 *)
CROSSREFS
Sequence in context: A306414 A207144 A200720 * A126783 A255477 A296878
KEYWORD
sign,easy
AUTHOR
Andreas Rieber, Dec 04 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 5 09:45 EDT 2024. Contains 373105 sequences. (Running on oeis4.)