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!)
A190005 a(n) = 6*a(n-1) + 10*a(n-2), with a(0)=0, a(1)=1. 3
0, 1, 6, 46, 336, 2476, 18216, 134056, 986496, 7259536, 53422176, 393128416, 2892992256, 21289237696, 156665348736, 1152884469376, 8483960303616, 62432606515456, 459435242128896, 3380937517927936, 24879977528856576, 183089240352418816, 1347335217403078656 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

G. C. Greubel, Table of n, a(n) for n = 0..1000

Index entries for linear recurrences with constant coefficients, signature (6,10).

FORMULA

a(n) = sqrt(19)*((3+sqrt(19))^n - (3-sqrt(19))^n)/38. - Paolo P. Lava, Jun 06 2011

G.f.: x/(1 - 6*x - 10*x^2). - R. J. Mathar, Nov 20 2011

MATHEMATICA

LinearRecurrence[{6, 10}, {0, 1}, 50]

CoefficientList[Series[x/(1-6*x-10*x^2), {x, 0, 50}], x] (* G. C. Greubel, Jan 11 2018 *)

PROG

(PARI) x='x+O('x^30); concat([0], Vec(x/(1-6*x-10*x^2))) \\ G. C. Greubel, Jan 11 2018

(Magma) I:=[0, 1]; [n le 2 select I[n] else 6*Self(n-1) + 10*Self(n-2): n in [1..30]]; \\ G. C. Greubel, Jan 11 2018

CROSSREFS

Sequence in context: A240779 A073507 A155598 * A334609 A253654 A301421

Adjacent sequences: A190002 A190003 A190004 * A190006 A190007 A190008

KEYWORD

nonn,easy

AUTHOR

Vladimir Joseph Stephan Orlovsky, May 24 2011

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 March 25 15:48 EDT 2023. Contains 361528 sequences. (Running on oeis4.)