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-6 of 6 results.

A083796 Triangle read by rows in which the n-th row contains n lexicographically earliest distinct numbers such that the sum of the (n-1) terms other than the r-th term is divisible by r.

Original entry on oeis.org

1, 2, 1, 1, 2, 3, 1, 2, 5, 6, 1, 2, 3, 4, 14, 1, 2, 3, 4, 8, 30, 1, 2, 3, 4, 5, 6, 39, 1, 2, 3, 4, 5, 6, 11, 28, 1, 2, 3, 4, 5, 6, 7, 8, 804, 1, 2, 3, 4, 5, 6, 7, 8, 24, 1620, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 2465, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 17, 15048, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

Keywords

Comments

See A101085 for more information.

Examples

			The triangle begins:
1
2 1
1 2 3
1 2 5 6
1 2 3 4 14
1 2 3 4 8 30
1 2 3 4 5 6 39
1 2 3 4 5 6 11 28
1 2 3 4 5 6 7 8 804
1 2 3 4 5 6 7 8 24 1620
1 2 3 4 5 6 7 8 9 10 2465
1 2 3 4 5 6 7 8 9 10 17 15048
		

Crossrefs

Programs

  • PARI
    { A083796row(n) = my(r,s,t,m); r=vector(n); s=Mod(0,1); for(i=1,n-1, m=gcd(s.mod,i); t=lift(s)%m; while( setsearch(Set(r),t) || (i==n-1 && Mod(sum(j=1,n-2,r[j])+t,n)), t+=m ); r[i]=t; s=chinese(s,Mod(t,i)); ); t=lift(s)-sum(j=1,n-1,r[j]); while( t<=0 || setsearch(Set(r),t), t+=s.mod ); r[n]=t; r; } /* Max Alekseyev, Nov 04 2015 */

Extensions

Edited by Gareth McCaughan, Jun 10 2004

A083798 Triangle obtained by replacing each term in A083796 with the sum of all other terms in that row.

Original entry on oeis.org

0, 1, 2, 5, 4, 3, 13, 12, 9, 8, 23, 22, 21, 20, 10, 47, 46, 45, 44, 40, 18, 59, 58, 57, 56, 55, 54, 21, 59, 58, 57, 56, 55, 54, 49, 32, 839, 838, 837, 836, 835, 834, 833, 832, 36, 1679, 1678, 1677, 1676, 1675, 1674, 1673, 1672, 1656, 60, 2519, 2518, 2517, 2516, 2515, 2514, 2513, 2512, 2511, 2510, 55
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

Keywords

Examples

			0
1 2
5 4 3
13 12 9 8
23 22 21 20 10
...
		

Crossrefs

Extensions

Extended and a(1) corrected by Max Alekseyev, Nov 04 2015

A083799 Main diagonal of A083798.

Original entry on oeis.org

0, 2, 3, 8, 10, 18, 21, 32, 36, 60, 55, 72, 78, 98, 105, 240, 136, 162, 171, 200, 210, 462, 253, 288, 300, 390, 351, 504, 406, 450, 465, 512, 528, 1122, 595, 1260, 666, 722, 741, 1560, 820, 882, 903, 968, 990, 2070, 1081, 1152, 1176, 1400, 1275, 2652, 1378, 1458, 1485, 3080, 1596, 3306, 1711, 1800, 1830
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

Keywords

Crossrefs

Extensions

Corrected and extended by Max Alekseyev, Nov 04 2015

A083802 a(n) = A083799(n)/n.

Original entry on oeis.org

0, 1, 1, 2, 2, 3, 3, 4, 4, 6, 5, 6, 6, 7, 7, 15, 8, 9, 9, 10, 10, 21, 11, 12, 12, 15, 13, 18, 14, 15, 15, 16, 16, 33, 17, 35, 18, 19, 19, 39, 20, 21, 21, 22, 22, 45, 23, 24, 24, 28, 25, 51, 26, 27, 27, 55, 28, 57, 29, 30, 30, 31, 31, 63, 32, 65, 33, 34, 34, 69, 35, 36, 36, 37, 37, 75, 38, 77, 39, 40, 40
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

Keywords

Crossrefs

Extensions

Corrected and extended by Max Alekseyev, Nov 04 2015

A083800 First column of A083798.

Original entry on oeis.org

0, 1, 5, 13, 23, 47, 59, 59, 839, 1679, 2519, 15119, 27719, 138599, 360359, 360359, 720719, 8648639, 12252239, 208288079, 232792559, 232792559, 232792559, 2327925599, 5354228879, 16062686639, 26771144399, 26771144399, 80313433199, 1204701497999, 2329089562799, 16303626939599, 144403552893599
Offset: 1

Views

Author

Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), May 08 2003

Keywords

Crossrefs

Extensions

Corrected and extended by Max Alekseyev, Nov 04 2015

A101085 Diagonal below the main diagonal of A083796, i.e., a(n) = A083796(n, n-1).

Original entry on oeis.org

2, 2, 5, 4, 8, 6, 11, 8, 24, 10, 17, 12, 20, 14, 135, 16, 26, 18, 29, 20, 252, 22, 35, 24, 90, 26, 153, 28, 44, 30, 47, 32, 594, 34, 665, 36, 56, 38, 819, 40, 62, 42, 65, 44, 1080, 46, 71, 48, 224, 50, 1377, 52, 80, 54, 1595, 56, 1710, 58, 89, 60, 92, 62, 2079, 64, 2210, 66
Offset: 2

Views

Author

David Wasserman, Nov 30 2004

Keywords

Comments

a(n) is the least k such that 1) n divides k + (n-1)(n-2)/2; 2) k > n-2; 3) A048671(n-1) divides k.

Crossrefs

Showing 1-6 of 6 results.