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!)
A081195 a(n) = 10*a(n-1)-24*a(n-2) for n>1, a(0)=1, a(1)=25. 1
1, 25, 226, 1660, 11176, 71920, 450976, 2783680, 17013376, 103325440, 624933376, 3769523200, 22696830976, 136499752960, 820273586176, 4926741790720, 29580851838976, 177566715412480, 1065726709989376, 6395665929994240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+15*x)/((1-4*x)*(1-6*x)).
a(n) = 21*6^n/2 - 19*4^n/2.
MATHEMATICA
CoefficientList[Series[(1 + 15 x)/((1 - 4 x) (1 - 6 x)), {x, 0, 300}], x] (* _Vincenzo Librandi_, Aug 07 2013 *)
LinearRecurrence[{10, -24}, {1, 25}, 30] (* _Harvey P. Dale_, Apr 23 2020 *)
PROG
(Magma) [21*6^n/2-19*4^n/2: n in [0..25]]; // _Vincenzo Librandi_, Aug 07 2013
CROSSREFS
Sequence in context: A276240 A053919 A053927 * A221930 A160222 A088890
KEYWORD
nonn,easy
AUTHOR
_Paul Barry_, Mar 11 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 August 16 11:02 EDT 2024. Contains 375174 sequences. (Running on oeis4.)