|
| |
|
|
A071792
|
|
Decimal expansion of the fourth (of 10) decimal selvage number; the n-th digit of a decimal selvage number, x, is equal to the tens digit of n*x.
|
|
5
| |
|
|
3, 7, 1, 4, 8, 2, 6, 9, 3, 7, 0, 4, 8, 2, 5, 9, 3, 6, 0, 4, 8, 1, 5, 9, 2, 6, 0, 4, 7, 1, 5, 8, 2, 6, 0, 3, 7, 1, 4, 8, 2, 6, 9, 3, 7, 0, 4, 8, 2, 5, 9, 3, 6, 0, 4, 8, 1, 5, 9, 2, 6, 0, 4, 7, 1, 5, 8, 2, 6, 0, 3, 7, 1, 4, 8, 2, 6, 9, 3, 7, 0, 4, 8, 2, 5, 9, 3, 6, 0, 4, 8, 1, 5, 9, 2, 6, 0, 4, 7, 1
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
COMMENTS
| The selvage number, x = sum{k=1..inf} a(k)/10^k, is a normal number, but it is not known whether or not x is irrational. Is this sequence periodic?
|
|
|
FORMULA
| a(n) = floor[10*(n*x)] (Mod 10), where x = sum{k=1..inf} a(k)/10^k.
|
|
|
EXAMPLE
| a(5) = 8 since floor(10*(5*x)) = 8, x=.37148269370482593604815926047158260371482693704825...
|
|
|
CROSSREFS
| Sequence in context: A023527 A016664 A197758 * A010781 A019806 A199589
Adjacent sequences: A071789 A071790 A071791 * A071793 A071794 A071795
|
|
|
KEYWORD
| nonn,cons,base,nice
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Jun 06 2002
|
| |
|
|