The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A166912 a(n) = 20*a(n-1) - 64*a(n-2) - 225 for n > 2; a(0) = 106, a(1) = 8075, a(2) = 114235. 10
106, 8075, 114235, 1767675, 28042235, 447713275, 7159562235, 114537594875, 1832539914235, 29320392212475, 469125289738235, 7506000693166075, 120095995320074235, 1921535862038855675, 30744573540292362235 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Related to Reverse and Add trajectory of 318 in base 4: A075153(6*n) = 3*a(n).
lim_{n -> infinity} a(n)/a(n-1) = 16.
LINKS
FORMULA
a(n) = (1280*16^n + 940*4^n - 15)/3 for n > 0.
G.f.: (106 + 5849*x - 46436*x^2 + 40256*x^3)/((1-x)*(1-4*x)*(1-16*x)).
From G. C. Greubel, May 28 2016: (Start)
a(n) = 21*a(n-1) - 84*a(n-2) + 64*a(n-3).
E.g.f.: (1/3)*(-15*exp(x) + 940*exp(4*x) + 1280*exp(16*x)) - 629. (End)
MATHEMATICA
Join[{106}, LinearRecurrence[{21, -84, 64}, {8075, 114235, 1767675}, 20]] (* Harvey P. Dale, Jun 07 2012 *)
PROG
(PARI) m=15; v=concat([106, 8075, 114235], vector(m-3)); for(n=4, m, v[n]=20*v[n-1]-64*v[n-2]-225); v
CROSSREFS
Sequence in context: A200969 A234413 A083963 * A223497 A078281 A253622
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Oct 27 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 June 5 18:30 EDT 2024. Contains 373107 sequences. (Running on oeis4.)