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!)
A083085 a(n) = (2+(-5)^n)/3. 3
1, -1, 9, -41, 209, -1041, 5209, -26041, 130209, -651041, 3255209, -16276041, 81380209, -406901041, 2034505209, -10172526041, 50862630209, -254313151041, 1271565755209, -6357828776041, 31789143880209, -158945719401041, 794728597005209, -3973642985026041 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Inverse binomial transform of A083086.
LINKS
FORMULA
a(n) = (2+(-5)^n)/3.
G.f.: (1+3*x)/((1+5*x)*(1-x)).
E.g.f.: (2*exp(x)+exp(-5*x))/3.
a(n) = -5*a(n-1) + 4. - Vincenzo Librandi, Nov 12 2011
MAPLE
A083085:=n->(2+(-5)^n)/3: seq(A083085(n), n=0..30); # Wesley Ivan Hurt, Nov 02 2014
MATHEMATICA
Table[(2 + (-5)^n)/3, {n, 0, 30}] (* Wesley Ivan Hurt, Nov 02 2014 *)
PROG
(Magma) [(2+(-5)^n)/3: n in [0..30]]; // Vincenzo Librandi, Nov 12 2011
CROSSREFS
Cf. A083086.
Sequence in context: A183916 A199311 A146239 * A147283 A171422 A129793
KEYWORD
easy,sign
AUTHOR
Paul Barry, Apr 23 2003
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 May 12 15:25 EDT 2024. Contains 372482 sequences. (Running on oeis4.)