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!)
A144465 a(n) = 5^n - 2^(n - 1) for n > 0; a(0) = 1. 0
1, 4, 23, 121, 617, 3109, 15593, 78061, 390497, 1952869, 9765113, 48827101, 244138577, 1220699029, 6103507433, 30517561741, 152587857857, 762939387589, 3814697134553, 19073486065981, 95367431116337 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Dec 08 2008: (Start)
a(n) = 7*a(n-1)-10*a(n-2), n > 3.
G.f.: (1-3*x+5*x^2)/((1-5*x)*(1-2*x)). [corrected by Vaclav Kotesovec, May 16 2021] (End)
MATHEMATICA
Table[If [n == 0, 1, 5^n - 2^(n - 1)], {n, 0, 20}]
CROSSREFS
Sequence in context: A297309 A201350 A015532 * A024050 A236421 A227639
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Oct 09 2008
EXTENSIONS
a(20) corrected by Georg Fischer, May 15 2021
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 April 24 07:54 EDT 2024. Contains 371922 sequences. (Running on oeis4.)