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!)
A121200 2n+7^n+5^n. 1
2, 14, 78, 474, 3034, 19942, 133286, 901682, 6155442, 42306750, 292240894, 2026154890, 14085427850, 98109713558, 684326588502, 4778079088098, 33385518460258, 233393453440366, 1632228295176110, 11417968671701306 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
G.f.: 2*(1-7*x+x^2+29*x^3)/((1-x)^2*(1-5*x)*(1-7*x)). - Vincenzo Librandi, Feb 25 2013
MATHEMATICA
Table[2 n + 7^n + 5^n, {n, 0, 20}] (* Harvey P. Dale, Mar 30 2011 *)
CoefficientList[Series[2 (1 - 7 x + x^2 + 29 x^3)/((1 - x)^2 (1 - 5 x)(1 - 7 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Feb 25 2013
PROG
(Magma) [2*n+7^n+5^n: n in [0..30]]; // Vincenzo Librandi, Feb 25 2013
CROSSREFS
Cf. A074616.
Sequence in context: A339240 A133224 A183577 * A112408 A026291 A220867
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 August 30 22:39 EDT 2024. Contains 375550 sequences. (Running on oeis4.)