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!)
A016157 Expansion of g.f. 1/((1-4*x)*(1-10*x)). 2
1, 14, 156, 1624, 16496, 165984, 1663936, 16655744, 166622976, 1666491904, 16665967616, 166663870464, 1666655481856, 16666621927424, 166666487709696, 1666665950838784, 16666663803355136, 166666655213420544 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = ((7+sqrt(9))^(n+1) - (7-sqrt(9))^(n+1))/6. - Al Hakanson (hawkuu(AT)gmail.com), Jan 07 2009
From Vincenzo Librandi, Mar 18 2011: (Start)
a(n) = 14*a(n-1) - 40*a(n-2), n >= 2.
a(n) = 10*a(n-1) + 4^n = 4*a(n-1) + 10^n, n >= 1. (End)
a(n) = (5*10^n - 2*4^n)/3. - Bruno Berselli, Mar 19 2011
E.g.f.: exp(4*x)*(5*exp(6*x) - 2)/3. - Stefano Spezia, Sep 30 2023
MATHEMATICA
Join[{a=1, b=14}, Table[c=14*b-40*a; a=b; b=c, {n, 60}]] (* Vladimir Joseph Stephan Orlovsky, Feb 01 2011 *)
CROSSREFS
Sequence in context: A154347 A001707 A078999 * A238770 A199703 A144166
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 June 9 14:28 EDT 2024. Contains 373244 sequences. (Running on oeis4.)