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!)
A050919 a(n) = n*7^n + 1. 3
1, 8, 99, 1030, 9605, 84036, 705895, 5764802, 46118409, 363182464, 2824752491, 21750594174, 166095446413, 1259557135292, 9495123019887, 71213422649146, 531726889113617, 3954718737782520, 29311444762388083, 216579008522089718 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: -(42*x^2 - 7*x + 1)/((x-1)*(7*x-1)^2). [Colin Barker, Oct 14 2012]
MATHEMATICA
Table[n*7^n+1, {n, 0, 20}] (* or *) LinearRecurrence[{15, -63, 49}, {1, 8, 99}, 20] (* Harvey P. Dale, Nov 23 2013 *)
PROG
(Magma) [ n*7^n+1: n in [0..20]]; // Vincenzo Librandi, Sep 16 2011
CROSSREFS
Cf. A002064.
Sequence in context: A300114 A180927 A091801 * A341965 A230343 A293145
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 30 1999
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 23 12:08 EDT 2024. Contains 371912 sequences. (Running on oeis4.)