[go: up one dir, main page]

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!)
A220089 a(n) = 2^n - 243. 0
-242, -241, -239, -235, -227, -211, -179, -115, 13, 269, 781, 1805, 3853, 7949, 16141, 32525, 65293, 130829, 261901, 524045, 1048333, 2096909, 4194061, 8388365, 16776973, 33554189, 67108621, 134217485, 268435213, 536870669, 1073741581, 2147483405, 4294967053 (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.: (485*x - 242)/((x - 1)*(2*x - 1)). (End)
From Elmo R. Oliveira, Nov 11 2023: (Start)
a(n) = 2*a(n-1) + 243 with a(0) = -242.
E.g.f.: exp(2*x) - 243*exp(x). (End)
MATHEMATICA
Table[2^n - 243, {n, 0, 40}] (* T. D. Noe, Dec 04 2012 *)
CROSSREFS
Sequence in context: A259092 A060110 A113468 * A039665 A259719 A023703
KEYWORD
sign
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 August 29 03:06 EDT 2024. Contains 375510 sequences. (Running on oeis4.)