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!)
A163166 a(n) = 20*a(n-1)-95*a(n-2) for n > 1; a(0) = 1, a(1) = 10. 0
1, 10, 105, 1150, 13025, 151250, 1787625, 21383750, 257850625, 3125556250, 38015315625, 463378468750, 5656114390625, 69101333281250, 844695798515625, 10329289308593750, 126339685312890625, 1545511221941406250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A152261. Tenth binomial transform of powers of 5 interleaved with zeros.
LINKS
FORMULA
a(n) = ((10+sqrt(5))^n+(10-sqrt(5))^n)/2.
G.f.: (1-10*x)/(1-20*x+95*x^2).
MATHEMATICA
LinearRecurrence[{20, -95}, {1, 10}, 20] (* Harvey P. Dale, Jul 08 2017 *)
PROG
(Magma) [ n le 2 select 9*n-8 else 20*Self(n-1)-95*Self(n-2): n in [1..18] ];
CROSSREFS
Cf. A000351 (powers of 5), A152261.
Sequence in context: A096484 A190955 A004343 * A068767 A233830 A046715
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jul 22 2009
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 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)