[go: up one dir, main page]

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!)
A190954 a(n) = 10*a(n-1) + 4*a(n-2), with a(0)=0, a(1)=1. 2
0, 1, 10, 104, 1080, 11216, 116480, 1209664, 12562560, 130464256, 1354892800, 14070785024, 146127421440, 1517557354496, 15760083230720, 163671061725184, 1699750950174720, 17652193748647936, 183320941287178240, 1903818187866374144, 19771465643812454400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x/(1 - 10*x - 4*x^2). - R. J. Mathar, Nov 21 2011
MATHEMATICA
LinearRecurrence[{10, 4}, {0, 1}, 50]
CoefficientList[Series[x/(1-10*x-4*x^2), {x, 0, 50}], x] (* G. C. Greubel, Jan 24 2018 *)
PROG
(PARI) x='x+O('x^30); concat([0], Vec(x/(1-10*x-4*x^2))) \\ G. C. Greubel, Jan 24 2018
(Magma) I:=[0, 1]; [n le 2 select I[n] else 10*Self(n-1) + 4*Self(n-2): n in [1..30]]; // G. C. Greubel, Jan 24 2018
CROSSREFS
Sequence in context: A162667 A227014 A036334 * A163309 A163165 A110957
KEYWORD
nonn,easy
AUTHOR
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 30 09:19 EDT 2024. Contains 375532 sequences. (Running on oeis4.)