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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084135 a(n)=10a(n-1)-15a(n-2), a(0)=1,a(1)=5. 1
1, 5, 35, 275, 2225, 18125, 147875, 1206875, 9850625, 80403125, 656271875, 5356671875, 43722640625, 356876328125, 2912923671875, 23776091796875, 194067062890625, 1584029251953125, 12929286576171875, 105532426982421875 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A084134.

FORMULA

a(n)=(5+sqrt(10))^n/2+(5-sqrt(10))^n/2; G.f.: (1-5x)/(1-10x+15x^2); E.g.f. : exp(5x)cosh(sqrt(10)x).

PROG

(PARI) a(n)=if(n<0, 0, polsym(x^2-10*x+15, n)[1+n]/2)

CROSSREFS

Sequence in context: A104532 A180900 A087630 * A138233 A002294 A051406

Adjacent sequences:  A084132 A084133 A084134 * A084136 A084137 A084138

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), May 16 2003

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 04:58 EST 2012. Contains 205985 sequences.