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.

A262625 Odd amicable numbers.

Original entry on oeis.org

12285, 14595, 67095, 69615, 71145, 87633, 100485, 122265, 124155, 139815, 522405, 525915, 802725, 863835, 947835, 1125765, 1175265, 1280565, 1340235, 1358595, 1438983, 1486845, 1798875, 1870245, 4482765, 5120595, 5357625, 5684679, 5730615, 6088905, 6377175, 6680025, 8619765, 9071685, 9206925, 9491625, 9498555, 9627915
Offset: 1

Views

Author

Omar E. Pol, Oct 02 2015

Keywords

Comments

Odd numbers that are also amicable numbers.
Intersection of A005408 and A063990.

Crossrefs

A262622 Amicable pairs of even numbers.

Original entry on oeis.org

220, 284, 1184, 1210, 2620, 2924, 5020, 5564, 6232, 6368, 10744, 10856, 17296, 18416, 63020, 76084, 66928, 66992, 79750, 88730, 122368, 123152, 141664, 153176, 142310, 168730, 171856, 176336, 176272, 180848, 185368, 203432, 196724, 202444, 280540, 365084, 308620, 389924, 319550, 430402, 356408, 399592, 437456, 455344
Offset: 1

Views

Author

Omar E. Pol, Nov 09 2015

Keywords

Comments

If there are no amicable pairs whose members have distinct parity then this is also the even terms of A259180.
First differs from A063990, A259180, A259933 at a(13).
First differs from A262624 at a(16).

Crossrefs

Programs

  • PARI
    listap(nn) = {forstep(n=2, nn, 2, m = sigma(n)-n; if ((m > n) && (n==sigma(m)-m), print1(n, ", ", m, ", ")););} \\ Michel Marcus, Nov 14 2015
Showing 1-2 of 2 results.