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.

A346598 a(n) is the number of terms in A344005 that are equal to n.

Original entry on oeis.org

2, 2, 2, 3, 2, 4, 3, 5, 2, 4, 4, 6, 2, 4, 7, 5, 4, 6, 4, 3, 4, 4, 6, 8, 4, 6, 7, 6, 6, 8, 5, 7, 4, 6, 4, 9, 2, 4, 8, 8, 6, 8, 4, 10, 8, 4, 8, 13, 6, 6, 7, 6, 6, 6, 8, 11, 4, 4, 10, 12, 2, 8, 13, 8, 8, 8, 4, 6, 8, 8, 10, 12, 2, 8, 9, 6, 6, 8, 8, 17, 6, 4, 10, 10, 6, 4, 11, 8, 10, 10, 8, 7, 4, 6, 11, 12
Offset: 1

Views

Author

Keywords

Comments

If A344005(n) = m then n <= m*(m+1).

Examples

			A344005(n) is equal to 4 just for n = 5, 10, and 20, so a(4) = 3.
		

Crossrefs

Programs

A346601 Record values in A346599.

Original entry on oeis.org

1, 3, 4, 5, 15, 45, 91, 187, 703, 1891, 2701, 3337, 12403, 18721, 38503, 49141, 79003, 88831, 104653, 146611, 188191, 218791, 226801, 269011, 286903, 385003, 497503, 597871, 665281, 721801, 736291, 765703, 873181, 954271, 1056331, 1314631, 1373653, 1537381, 1755001
Offset: 1

Views

Author

Keywords

Comments

These are the values of m (see A344005) that take a record number of steps to appear. See A346600 for their indices.

Programs

  • Mathematica
    max=0;lst={};Do[g=(k=1;n=1;While[m=1;While[!Divisible[m(m+1),n],m++];m!=i,n++];n);If[g>max,AppendTo[lst,n];max=g],{i,100}];lst (* Giorgos Kalogeropoulos, Jul 29 2021 *)

Extensions

More terms from Chai Wah Wu, Jul 29 2021
Showing 1-2 of 2 results.