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!)
A199489 (11*7^n+1)/6. 1
2, 13, 90, 629, 4402, 30813, 215690, 1509829, 10568802, 73981613, 517871290, 3625099029, 25375693202, 177629852413, 1243408966890, 8703862768229, 60927039377602, 426489275643213, 2985424929502490, 20897974506517429 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 7*a(n-1)-1.
a(n) = 8*a(n-1)-7*a(n-2).
G.f.: (2-3*x)/((1-x)*(1-7*x)).
MATHEMATICA
(11*7^Range[0, 20]+1)/6 (* or *) LinearRecurrence[{8, -7}, {2, 13}, 20] (* Harvey P. Dale, May 05 2019 *)
PROG
(Magma) [(11*7^n+1)/6: n in [0..30]];
CROSSREFS
Sequence in context: A074617 A337169 A367785 * A300764 A209470 A140636
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 07 2011
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 10 19:29 EDT 2024. Contains 372388 sequences. (Running on oeis4.)