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!)
A199315 (11*5^n+1)/2. 1
6, 28, 138, 688, 3438, 17188, 85938, 429688, 2148438, 10742188, 53710938, 268554688, 1342773438, 6713867188, 33569335938, 167846679688, 839233398438, 4196166992188, 20980834960938, 104904174804688, 524520874023438, 2622604370117188 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*a(n-1)-2.
a(n) = 6*a(n-1)-5*a(n-2).
G.f.: 2*(3-4*x)/((1-x)*(1-5*x)).
MATHEMATICA
(11 5^Range[0, 40]+1)/2 (* or *) LinearRecurrence[{6, -5}, {6, 28}, 40] (* Harvey P. Dale, Aug 30 2016 *)
PROG
(Magma) [(11*5^n+1)/2: n in [0..30]];
CROSSREFS
Sequence in context: A368574 A208439 A108051 * A001599 A335316 A335317
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Nov 05 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 April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)