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!)
A121201 7^n+5^n-2n. 1
2, 10, 70, 462, 3018, 19922, 133262, 901654, 6155410, 42306714, 292240854, 2026154846, 14085427802, 98109713506, 684326588446, 4778079088038, 33385518460194, 233393453440298, 1632228295176038, 11417968671701230 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 2*(1-9*x+25*x^2-41*x^3)/((1-x)^2*(1-5*x)*(1-7*x)). - Vincenzo Librandi, Feb 25 2013
a(n) = 14*a(n-1)-60*a(n-2)+82*a(n-3)-35*a(n-4). - Vincenzo Librandi, Feb 26 2013
MATHEMATICA
CoefficientList[Series[2 (1 - 9 x + 25 x^2 - 41 x^3)/((1-x)^2 (1-5 x)(1-7 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Feb 25 2013 *)
LinearRecurrence[{14, -60, 82, -35}, {2, 10, 70, 462}, 30] (* Harvey P. Dale, Dec 21 2014 *)
PROG
(Magma) [7^n+5^n-2*n: n in [0..20]] /* or */ I:=[2, 10, 70, 462]; [n le 4 select I[n] else 14*Self(n-1)-60*Self(n-2)+82*Self(n-3)-35*Self(n-4): n in [1..20]]; // Vincenzo Librandi, Feb 25 2013
CROSSREFS
Cf. A074616.
Sequence in context: A293914 A259114 A051575 * A166076 A354307 A217938
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Aug 19 2006
EXTENSIONS
Edited by Ray Chandler, Sep 06 2006
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)