cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-19 of 19 results.

A138814 Divisors of 4064 (half the 4th perfect number).

Original entry on oeis.org

1, 2, 4, 8, 16, 32, 127, 254, 508, 1016, 2032, 4064
Offset: 1

Views

Author

Omar E. Pol, Mar 31 2008

Keywords

Comments

The n-th perfect number divided by 2 (A133028(n)) has 2*A090748(n) divisors, then this sequence has 12 members. First 6 members are the first 6 powers of 2 A000079. Last 6 members are multiples of 4th Mersenne prime A000668(4)=127. a(n) written in base 2 has n digit. See A138824 for the structure of this sequence.

Crossrefs

Perfect number divided by 2: A133028.

Programs

A138815 Divisors of 16775168 (half the 5th perfect number).

Original entry on oeis.org

1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 8191, 16382, 32764, 65528, 131056, 262112, 524224, 1048448, 2096896, 4193792, 8387584, 16775168
Offset: 1

Views

Author

Omar E. Pol, Mar 31 2008

Keywords

Comments

The n-th perfect number divided by 2 (A133028(n)) has 2*A090748(n) divisors, then this sequence has 24 members. First 12 members are the first 12 powers of 2 A000079. Last 12 members are multiples of 5th Mersenne prime A000668(5)=8191. a(n) written in base 2 has n digits. See A138825 for the structure of this sequence.

Crossrefs

Perfect number divided by 2: A133028. Cf. A000043, A000079, A000396, A000668, A090748, A134708, A135655, A138825.

Programs

A138824 Divisors of 4064 (the 4th perfect number divided by 2), written in base 2.

Original entry on oeis.org

1, 10, 100, 1000, 10000, 100000, 1111111, 11111110, 111111100, 1111111000, 11111110000, 111111100000
Offset: 1

Views

Author

Omar E. Pol, Mar 31 2008

Keywords

Comments

a(n) has n digits. See A138814 for more information.

Examples

			The structure of divisors of 4064 (see A138814)
.................................................................
n ........... Divisor . Formula ....... Divisor written in base 2
.................................................................
1) ................ 1 = 2^0 ........... 1
2) ................ 2 = 2^1 ........... 10
3) ................ 4 = 2^2 ........... 100
4) ................ 8 = 2^3 ........... 1000
5) ............... 16 = 2^4 ........... 10000
6) A134708(4) = .. 32 = 2^5 ........... 100000
7) A000668(4) = . 127 = 2^7 - 2^0 ..... 1111111
8) .............. 254 = 2^8 - 2^1 ..... 11111110
9) .............. 508 = 2^9 - 2^2 ..... 111111100
10) ............ 1016 = 2^10- 2^3 ..... 1111111000
11) ............ 2032 = 2^11- 2^4 ..... 11111110000
12) A133028(4) = 4064 = 2^12- 2^5 ..... 111111100000
		

Crossrefs

Perfect number divided by 2: A133028. Cf. A000043, A000396, A000668, A090748, A134708, A135654, A138814.

Programs

  • Mathematica
    FromDigits/@(IntegerDigits[#,2]&/@Divisors[4064]) (* Harvey P. Dale, Oct 12 2016 *)

A138825 Divisors of 16775168 (the 5th perfect number divided by 2), written in base 2.

Original entry on oeis.org

1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000, 10000000000, 100000000000, 1111111111111, 11111111111110, 111111111111100, 1111111111111000, 11111111111110000, 111111111111100000
Offset: 1

Views

Author

Omar E. Pol, Mar 31 2008

Keywords

Comments

a(n) has n digits. See A138815 for more information.

Examples

			The structure of divisors of 16775168 (see A138815)
.....................................................................
n ............... Divisor . Formula ....... Divisor written in base 2
.....................................................................
1) .................... 1 = 2^0 ........... 1
2) .................... 2 = 2^1 ........... 10
3) .................... 4 = 2^2 ........... 100
4) .................... 8 = 2^3 ........... 1000
5) ................... 16 = 2^4 ........... 10000
6) ................... 32 = 2^5 ........... 100000
7) ................... 64 = 2^6 ........... 1000000
8) .................. 128 = 2^7 ........... 10000000
9) .................. 256 = 2^8 ........... 100000000
10) ................. 512 = 2^9 ........... 1000000000
11) ................ 1024 = 2^10 .......... 10000000000
12) A134708(5) = ... 2048 = 2^11 .......... 100000000000
13) A000668(5) = ... 8191 = 2^13 - 2^0 .... 1111111111111
14) ............... 16382 = 2^14 - 2^1 .... 11111111111110
15) ............... 32764 = 2^15 - 2^2 .... 111111111111100
16) ............... 65528 = 2^16 - 2^3 .... 1111111111111000
17) .............. 131056 = 2^17 - 2^4 .... 11111111111110000
18) .............. 262112 = 2^18 - 2^5 .... 111111111111100000
19) .............. 524224 = 2^19 - 2^6 .... 1111111111111000000
20) ............. 1048448 = 2^20 - 2^7 .... 11111111111110000000
21) ............. 2096896 = 2^21 - 2^8 .... 111111111111100000000
22) ............. 4193792 = 2^22 - 2^9 .... 1111111111111000000000
23) ............. 8387584 = 2^23 - 2^10 ... 11111111111110000000000
24) A133028(5) = 16775168 = 2^24 - 2^11 ... 111111111111100000000000
		

Crossrefs

Perfect number divided by 2: A133028. Cf. A000043, A000396, A000668, A090748, A134708, A135654, A138815.

Programs

  • Mathematica
    FromDigits[IntegerDigits[#,2]]&/@Divisors[16775168] (* Harvey P. Dale, May 26 2015 *)

A219544 Even multiply-perfect numbers divided by 2.

Original entry on oeis.org

3, 14, 60, 248, 336, 4064, 15120, 16380, 261888, 1089270, 11784960, 16775168, 22766400, 71495424, 229909120, 689727360, 738152448, 4294934528, 7091219520, 15999197760, 21930739200, 25500590080, 33216860160
Offset: 1

Views

Author

Jonathan Sondow, Nov 22 2012

Keywords

Comments

Just as no odd perfect number is known, all known multiply-perfect numbers A007691 greater than 1 are even.
The subsequence of even perfect numbers divided by 2 is A133028.
The subsequence of even triperfects / 2 is A326051. - Antti Karttunen, Mar 20 2021

References

  • R. K. Guy, Unsolved Problems in Number Theory, B2.

Crossrefs

Formula

a(n) = A007691(n+1)/2.
a(n) = A194771(n+1)/4. [provided there are no odd multiperfect numbers > 1] - Antti Karttunen, Mar 20 2021

A133067 Perfect numbers divided by 2, minus 1.

Original entry on oeis.org

2, 13, 247, 4063, 16775167, 4294934527, 68719345663, 1152921504069976063, 1329227995784915872327346307976921087, 95780971304118053647396689042151819065498660774084607
Offset: 1

Views

Author

Omar E. Pol, Nov 07 2007

Keywords

Examples

			a(3)=247 because the 3rd perfect number is 496 and 496/2 is 248. a(3)=248-1.
		

Crossrefs

Programs

Formula

a(n)=(A000396(n)/2)-1.

A134706 a(n) = n-th perfect number divided by 2^n, minus 1.

Original entry on oeis.org

2, 6, 61, 507, 1048447, 134216703, 1073739775, 9007199250546687, 5192296858534827626278696515534847, 187072209578355573530071658285452771612302071824383
Offset: 1

Views

Author

Omar E. Pol, Nov 07 2007

Keywords

Examples

			a(3)=61 because the 3rd perfect number is 496 and 2^3=8 and (496/8)-1=61.
		

Crossrefs

Formula

a(n)=(A000396(n)/(2^n)) - 1.
a(n) = A134705(n)-1. - R. J. Mathar, Jan 30 2008

Extensions

More terms from R. J. Mathar, Jan 30 2008

A138823 Divisors of 248 (the 3rd perfect number divided by 2), written in base 2.

Original entry on oeis.org

1, 10, 100, 1000, 11111, 111110, 1111100, 11111000
Offset: 1

Views

Author

Omar E. Pol, Mar 31 2008, corrected Apr 03 2008

Keywords

Comments

248 is the number of dimensions of E_8.
a(n) has n digits.

Examples

			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
		

Crossrefs

Perfect number divided by 2: A133028. Cf. A000043, A000396, A000668, A018355, A090748, A134708, A135653.

Programs

A153487 Sum of first n perfect numbers A000396, divided by 2.

Original entry on oeis.org

3, 17, 265, 4329, 16779497, 4311714025, 73031059689, 1152921577101035753, 1329227995784915873480267885077956841, 95780971304118054976624684827067692545766545852041449
Offset: 1

Views

Author

Omar E. Pol, Dec 27 2008

Keywords

Comments

Partial sums of A133028. [From R. J. Mathar, Jan 21 2009]

Crossrefs

Programs

  • Mathematica
    Accumulate[(# (#+1))/2&/@Select[2^Range[90]-1,PrimeQ] ]/2 (* Harvey P. Dale, Sep 04 2014 *)

Formula

a(n) = A092336(n)/2.

Extensions

More terms from R. J. Mathar, Jan 21 2009
Previous Showing 11-19 of 19 results.