login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A136010 a(0)=20, a(1)=9; for n >= 0, a(n+2) = 7*a(n+1) + 9*a(n). 1
20, 9, 243, 1782, 14661, 118665, 962604, 7806213, 63306927, 513404406, 4163593185, 33765791949, 273832882308, 2220722303697, 18009552066651, 146053365199830, 1184459524998669, 9605696961789153, 77900014457512092 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

From an online IQ test (Adaptive IQ).

FORMULA

G.f.: (20 - 131*x)/(1-7*x-9*x^2) - M. F. Hasler (www.univ-ag.fr/~mhasler), Mar 27 2008

a(n)=(10+61/sqrt(85))*(7/2-sqrt(85)/2)^n+(10-61/sqrt(85))*(7/2+sqrt(85)/2)^n - A. Povolotsky, simplified by M. F. Hasler, Mar 29 2008

MAPLE

A136010:=n -> simplify((10+61/sqrt(85))*(7/2-1/2*sqrt(85))^n+(10-61/sqrt(85))*(7/2+1/2*sqrt(85))^n); # - M. F. Hasler, Mar 29 2008

PROG

(PARI) A136010(n) = { local(y=Mod(x, x^2-85)); lift((10+61/y)*(7/2-1/2*y)^n+(10-61/y)*(7/2+1/2*y)^n)} \\ - M. F. Hasler, improved by M. Alekseyev, Mar 29 2008

CROSSREFS

Sequence in context: A123174 A040384 A078080 * A091534 A033966 A033340

Adjacent sequences:  A136007 A136008 A136009 * A136011 A136012 A136013

KEYWORD

nonn,easy

AUTHOR

Jordan Giedd (jordyg365(AT)gmail.com), Mar 20 2008

EXTENSIONS

Definition supplied by Don Reble (djr(AT)nk.ca), Mar 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.