|
| |
|
|
A055530
|
|
The recurrence b(k)=10*b(k-1)+k^n with b(0)=0 has b(k)/10^k converging to a(n)/9^(n+1).
|
|
0
| |
|
|
1, 10, 110, 1410, 22110, 428610, 10027710, 274463010, 8585407710, 302029998210, 11804909261310, 507547187120610, 23805911748929310, 1209638912316543810, 66192799008847310910, 3880867089138927234210, 242703222549879015746910
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
REFERENCES
| Alex Walker, On the Growth of Sequences, 2007
|
|
|
FORMULA
| Sum_{x from 1 to infinity} (9^(n+1))(x^n) / 10^x. - Alex Walker (asdfrbk(AT)gmail.com), Feb 26 2007
|
|
|
MAPLE
| a:=n->sum(9^(n+1)*x^n/10^x, x=1..infinity): seq(a(n), n=0..17); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 23 2007
|
|
|
CROSSREFS
| Cf. A002275, A014824.
Sequence in context: A055276 A143749 A049398 * A108487 A099883 A146753
Adjacent sequences: A055527 A055528 A055529 * A055531 A055532 A055533
|
|
|
KEYWORD
| frac,nonn
|
|
|
AUTHOR
| Henry Bottomley (se16(AT)btinternet.com), Jul 04 2000
|
|
|
EXTENSIONS
| Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 23 2007
|
| |
|
|