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.

Showing 1-2 of 2 results.

A243985 Numbers n such that A243984(n), the sum of non-twin divisors of n, is a square.

Original entry on oeis.org

1, 3, 4, 8, 9, 16, 20, 22, 24, 27, 35, 48, 64, 90, 94, 115, 119, 143, 170, 171, 192, 200, 214, 216, 217, 265, 310, 322, 323, 343, 382, 497, 517, 527, 656, 679, 710, 729, 742, 745, 782, 862, 889, 899, 935, 970, 1066, 1174, 1177, 1207, 1219, 1270, 1393, 1426
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2014

Keywords

Comments

See A243917 for definition of non-twin divisor.
Squares included in the sequence are : 1, 4, 9, 16, 64, 729, ...

Examples

			The positive divisors of 8 are 1, 2, 4, 8. Of these, 1 and 8 are non-twin divisors. So 8 is in this sequence, which is 1 + 8 = 3^2.
		

Crossrefs

Programs

Extensions

Several terms corrected by Colin Barker, Jun 29 2014

A243983 Sum of twin divisors of n.

Original entry on oeis.org

0, 0, 4, 6, 0, 4, 0, 6, 4, 0, 0, 16, 0, 0, 9, 6, 0, 4, 0, 6, 4, 0, 0, 24, 0, 0, 4, 6, 0, 9, 0, 6, 4, 0, 12, 16, 0, 0, 4, 24, 0, 4, 0, 6, 9, 0, 0, 24, 0, 0, 4, 6, 0, 4, 0, 6, 4, 0, 0, 43, 0, 0, 20, 6, 0, 4, 0, 6, 4, 12, 0, 24, 0, 0, 9, 6, 0, 4, 0, 24, 4, 0, 0, 42, 0, 0, 4, 6, 0, 9
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 16 2014

Keywords

Comments

See A243865 for definition of twin divisor.

Examples

			The positive divisors of 40 are 1, 2, 4, 5, 8, 10, 20, 40. Of these, 2, 4, 8, 10, are twin divisors. So a(40) = the sum of these divisors, which is 24.
		

Crossrefs

Formula

a(n) = A000203(n) - A243984(n).
Showing 1-2 of 2 results.