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!)
A086462 Expansion of (1+x)(1+4x)/((1-x)(1-4x)). 3
1, 10, 50, 210, 850, 3410, 13650, 54610, 218450, 873810, 3495250, 13981010, 55924050, 223696210, 894784850, 3579139410, 14316557650, 57266230610, 229064922450, 916259689810, 3665038759250, 14660155037010, 58640620148050 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0) = 1, a(1) = 10, a(2) = 50, a(n) = 5*a(n-1) - 4*a(n-2).
a(n) = 10*(4^n-1)/3 + 0^n = 10*A002450(n) + 0^n = 10*A001045(2*n) + 0^n.
MATHEMATICA
CoefficientList[Series[(1+x)(1+4x)/((1-x)(1-4x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{5, -4}, {1, 10, 50}, 30] (* Harvey P. Dale, May 27 2023 *)
PROG
(PARI) a(n) = 0^n + 10*(4^n-1)/3; \\ Ruud H.G. van Tol, Oct 11 2023
CROSSREFS
Sequence in context: A006542 A237655 A261648 * A201830 A192019 A201210
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 21 2003
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 May 13 08:41 EDT 2024. Contains 372498 sequences. (Running on oeis4.)