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!)
A080920 a(n) = 2a(n-1) + 35a(n-2), a(0)=0, a(1)=1. 3
0, 1, 2, 39, 148, 1661, 8502, 75139, 447848, 3525561, 22725802, 168846239, 1133095548, 8175809461, 56009963102, 398173257339, 2756695223248, 19449454453361, 135383241720402, 951497389308439, 6641408238830948 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = 7^n/12 - (-5)^n/12.
a(n) = Sum{k=1..n, binomial(n, 2k-1)*6^(2(k-1))}.
G.f.: 1/((1+5x)(1-7x)).
a(n+1) = Sum_{k = 0..n} A238801(n,k)*6^k. - Philippe Deléham, Mar 07 2014
MATHEMATICA
Join[{a=0, b=1}, Table[c=2*b+35*a; a=b; b=c, {n, 60}]] (* Vladimir Joseph Stephan Orlovsky, Feb 01 2011 *)
CoefficientList[Series[1 / ((1 + 5 x) (1 - 7 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Aug 05 2013 *)
LinearRecurrence[{2, 35}, {0, 1}, 30] (* Harvey P. Dale, Aug 24 2017 *)
CROSSREFS
Sequence in context: A201360 A227904 A175760 * A086338 A329552 A042683
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 24 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 April 16 17:08 EDT 2024. Contains 371749 sequences. (Running on oeis4.)