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!)
A016173 Expansion of 1/((1-6x)(1-10x)). 0
1, 16, 196, 2176, 23056, 238336, 2430016, 24580096, 247480576, 2484883456, 24909300736, 249455804416, 2496734826496, 24980408958976, 249882453753856, 2499294722523136, 24995768335138816, 249974610010832896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
((8+sqrt4)^n - (8-sqrt4)^n)/4. Offset 1. a(3)=196. - Al Hakanson (hawkuu(AT)gmail.com), Dec 31 2008
a(n) = 16*a(n-1) - 60*a(n-2). - Philippe Deléham, Jan 01 2009
a(n) = 10*a(n-1) + 6^n, a(0)=1. - Vincenzo Librandi, Feb 09 2011
MATHEMATICA
Join[{a=1, b=16}, Table[c=16*b-60*a; a=b; b=c, {n, 40}]] (* Vladimir Joseph Stephan Orlovsky, Feb 08 2011 *)
CoefficientList[Series[1/((1-6x)(1-10x)), {x, 0, 40}], x] (* Harvey P. Dale, Mar 12 2011 *)
CROSSREFS
Sequence in context: A173668 A126981 A086940 * A005747 A103721 A144844
KEYWORD
nonn
AUTHOR
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)