|
| |
|
|
A136275
|
|
Similar to A137284, but considering Sum{ k = 1,2,3,.. } 5^(-nk).
|
|
0
| |
|
|
1, 2, 3, 5, 8, 12, 18, 26, 38, 55, 79, 114, 164, 235, 337, 483, 692, 991, 1418, 2029, 2903, 4154, 5944, 8504, 12167, 17408, 24906, 35633, 50980, 72936, 104348, 149289, 213585, 305572, 437175, 625457, 894827, 1280209, 1831566, 2620379, 3748915
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| a(n) = ceil( a(n-1)*log5(10) ) [From Max Alekseyev (maxale(AT)gmail.com), May 14 2009]
|
|
|
EXAMPLE
| Start from 0.
0 + 5^(-1)= 0.2
0.2 + 5^(-2)= 0.24 (first digit "2" is equal to the decimal of previous number)
0.24 + 5^(-3)=0.248 (first digits "24" are equal to the decimals of previous number)
0.248 + 5^(-5)=0.24832 (first digits "248" are equal to the decimals of previous number)
etc.
|
|
|
CROSSREFS
| Sequence in context: A122928 A200310 A001524 * A078408 A007478 A014605
Adjacent sequences: A136272 A136273 A136274 * A136276 A136277 A136278
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Paolo P. Lava & Giorgio Balzarotti (paoloplava(AT)gmail.com), Mar 19 2008
|
|
|
EXTENSIONS
| Extended by Max Alekseyev (maxale(AT)gmail.com), May 14 2009
|
| |
|
|