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!)
A133017 Decimal expansion of the constant formed by concatenating the imperfect numbers. 1
1, 2, 3, 4, 5, 7, 8, 9, 1, 0, 1, 1, 1, 2, 1, 3, 1, 4, 1, 5, 1, 6, 1, 7, 1, 8, 1, 9, 2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 2, 5, 2, 6, 2, 7, 2, 9, 3, 0, 3, 1, 3, 2, 3, 3, 3, 4, 3, 5, 3, 6, 3, 7, 3, 8, 3, 9, 4, 0, 4, 1, 4, 2, 4, 3, 4, 4, 4, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A theorem of Copeland & Erdős proves that this constant is 10-normal. - Charles R Greathouse IV, Feb 06 2015
LINKS
A. H. Copeland and P. Erdős, Note on normal numbers, Bull. Amer. Math. Soc. 52 (1946), pp. 857-860.
EXAMPLE
0.12345789101112131415161718192021222324252627293031...
MATHEMATICA
Flatten[IntegerDigits/@Table[If[PerfectNumberQ[n], Nothing, n], {n, 70}]] (* Harvey P. Dale, Dec 16 2021 *)
PROG
(PARI) print1(1); for(n=2, 45, if(sigma(n, -1)!=2, d=digits(n); for(i=1, #d, print1(", "d[i])))) \\ Charles R Greathouse IV, Feb 06 2015
CROSSREFS
Cf. A007376, A033307, A033308, A079718. Imperfect numbers: A132999.
Sequence in context: A305077 A302175 A228683 * A371266 A290019 A161924
KEYWORD
cons,easy,nonn,base
AUTHOR
Omar E. Pol, Oct 20 2007
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 5 09:50 EDT 2024. Contains 372269 sequences. (Running on oeis4.)