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!)
A081034 7th binomial transform of the periodic sequence (1,8,1,1,8,1...). 4
1, 15, 162, 1548, 13896, 120240, 1016352, 8457408, 69618816, 568707840, 4620206592, 37384915968, 301618907136, 2428188733440, 19516934725632, 156684026953728, 1256763510521856, 10073855853527040, 80709333444329472 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n)=8*a(n-1)+7*6^(n-1) a(n)=(9/2)*8^n-(7/2)6^n.
a(0)=1, a(1)=15, a(n)=14*a(n-1)-48*a(n-2). - Harvey P. Dale, Jun 16 2013
G.f.: (x+1)/(48*x^2-14*x+1). - Harvey P. Dale, Jun 16 2013
MATHEMATICA
RecurrenceTable[{a[0]==1, a[n]==8a[n-1]+7*6^(n-1)}, a, {n, 20}] (* or *) LinearRecurrence[{14, -48}, {1, 15}, 20] (* Harvey P. Dale, Jun 16 2013 *)
CROSSREFS
Sequence in context: A323292 A067361 A014920 * A279157 A016243 A164599
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Mar 03 2003
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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)