The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A100061 Numerator of the probability that an integer n occurs in the cumulative sums of the decimal digits of a random real number between 0 and 1. 4
1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 612579511, 5738374621, 53509541320, 496353364300, 4576113154000, 41886926650000, 380127217600000, 3413851687000000, 30264311980000000, 263901070900000000, 2401684855296999121, 21793684651236981541, 197206153848009709930 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Evil Number
FORMULA
Empirical g.f.: x * (1 +9*x +81*x^2) * (1 +729*x^3 +531441*x^6) / ((1 -9*x) * (1 +8*x +63*x^2 +486*x^3 +3645*x^4 +26244*x^5 +177147*x^6 +1062882*x^7 +4782969*x^8)). - Colin Barker, Apr 17 2016
EXAMPLE
1/9, 10/81, 100/729, 1000/6561, 10000/59049, ...
MATHEMATICA
Table[Numerator@ SeriesCoefficient[(1 - x^9)/(x^10 - 10 x + 9), {x, 0, n}], {n, 0, 21}]
PROG
(PARI) s = Vec(Ser((1-x^9)/(x^10-10*x+9), x, 666));
a = vector(#s, n, numerator(s[n])) \\ Stanislav Sykora, Apr 16 2016
CROSSREFS
Cf. A100062.
Sequence in context: A232662 A168070 A263019 * A125858 A086067 A348783
KEYWORD
nonn,base,frac,easy
AUTHOR
Eric W. Weisstein, Nov 01 2004
EXTENSIONS
More terms from Michael De Vlieger, Apr 16 2016
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 May 28 19:24 EDT 2024. Contains 372919 sequences. (Running on oeis4.)