login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A047852
a(n) = T(4,n), array T given by A047848.
5
1, 2, 9, 58, 401, 2802, 19609, 137258, 960801, 6725602, 47079209, 329554458, 2306881201, 16148168402, 113037178809, 791260251658, 5538821761601, 38771752331202, 271402266318409, 1899815864228858, 13298711049602001, 93090977347214002, 651636841430498009, 4561457890013486058
OFFSET
0,2
COMMENTS
n-th difference of a(n), a(n-1), ..., a(0) is 6^(n-1) for n=1, 2, 3, ...
FORMULA
a(n) = (7^n + 5)/6. - Ralf Stephan, Feb 14 2004
From Philippe Deléham, Oct 06 2009: (Start)
a(0) = 1, a(1) = 2, a(n) = 8*a(n-1) - 7*a(n-2) for n > 1.
G.f.: (1 - 6*x)/(1 - 8*x + 7*x^2). (End)
a(n) = 7*a(n-1) - 5, with a(0)=1. - Vincenzo Librandi, Aug 06 2010
E.g.f.: exp(x)*(exp(6*x) + 5)/6. - Elmo R. Oliveira, Aug 29 2024
MAPLE
a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=7*a[n-1]+1 od: seq(a[n]+1, n=0..19); # Zerinvary Lajos, Mar 20 2008
CROSSREFS
Cf. A047848.
Sequence in context: A124405 A300343 A141787 * A240881 A224127 A366401
KEYWORD
nonn,easy
EXTENSIONS
a(20)-a(23) from Elmo R. Oliveira, Aug 29 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 18:36 EDT 2024. Contains 376135 sequences. (Running on oeis4.)