OFFSET
1,2
COMMENTS
248 is the number of dimensions of E_8.
a(n) has n digits.
EXAMPLE
The structure of divisors of 248 (see A018355)
..................................................................
n ............ Divisor . Formula ....... Divisor written in base 2
..................................................................
1) ................. 1 = 2^0 ........... 1
2) ................. 2 = 2^1 ........... 10
3) ................. 4 = 2^2 ........... 100
4) A134708(3) = .... 8 = 2^3 ........... 1000
5) A000668(3) = ... 31 = 2^5 - 2^0 ..... 11111
6) ................ 62 = 2^6 - 2^1 ..... 111110
7) ............... 124 = 2^7 - 2^2 ..... 1111100
8) A133028(3) = .. 248 = 2^8 - 2^3 ..... 11111000
MATHEMATICA
FromDigits[IntegerDigits[#, 2]]&/@Divisors[248] (* Harvey P. Dale, Apr 01 2017 *)
PROG
(PARI) divisors(248) \\ Charles R Greathouse IV, Sep 06 2016
CROSSREFS
KEYWORD
easy,fini,full,nonn,less
AUTHOR
Omar E. Pol, Mar 31 2008, corrected Apr 03 2008
STATUS
approved