|
Search: id:A144465
|
|
|
| A144465 |
|
Sequence of powers: a(n)=If [n == 0, 1, 5^n - 2^(n - 1)]. |
|
+0 1
|
|
| 1, 4, 23, 121, 617, 3109, 15593, 78061, 390497, 1952869, 9765113, 48827101, 244138577, 1220699029, 6103507433, 30517561741, 152587857857, 762939387589, 3814697134553, 19073486065981, 9536743111633
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
a(n)=If [n == 0, 1, 5^n - 2^(n - 1)].
a(n)= 7*a(n-1)-10*a(n-2), n>3. G.f.: x(1-3x+5x^2)/((1-5x)(1-3x)). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Dec 08 2008]
|
|
MATHEMATICA
|
Table[If [n == 0, 1, 5^n - 2^(n - 1)], {n, 0, 20}]
|
|
CROSSREFS
|
Adjacent sequences: A144462 A144463 A144464 this_sequence A144466 A144467 A144468
Sequence in context: A017973 A124507 A015532 this_sequence A024050 A038723 A091640
|
|
KEYWORD
|
nonn,uned
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Oct 09 2008
|
|
|
Search completed in 0.002 seconds
|