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!)
A289414 a(n) = ((10-sqrt(10))^n + (10+sqrt(10))^n) / 2. 4
1, 10, 110, 1300, 16100, 205000, 2651000, 34570000, 452810000, 5944900000, 78145100000, 1027861000000, 13524161000000, 177975730000000, 2342340110000000, 30828986500000000, 405769120100000000, 5340773617000000000, 70296251531000000000, 925255405090000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1 - 10*x) / (1 - 20*x + 90*x^2).
a(n) = 20*a(n-1) - 90*a(n-2) for n>1.
MAPLE
a:= n-> (<<0|1>, <-90|20>>^n. <<1, 10>>)[1, 1]:
seq(a(n), n=0..25); # Alois P. Heinz, Jul 06 2017
PROG
(PARI) Vec((1 - 10*x) / (1 - 20*x + 90*x^2) + O(x^25))
CROSSREFS
Sequence in context: A057093 A055276 A264915 * A143749 A276507 A049398
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jul 06 2017
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:49 EDT 2024. Contains 375174 sequences. (Running on oeis4.)