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.

A058524 Each c(i) is "multiply" (*) or "divide" (/). a(n) is number of choices for c(1), ..., c(n-1) so that 1 c(1) 2 c(2) 3,.., c(n-1) n is an integer.

This page as a plain text file.
%I A058524 #8 Aug 07 2022 22:10:29
%S A058524 1,1,1,2,2,8,8,13,21,77,77,128,128,354,641,1232,1232,2677,2677,7220,
%T A058524 8951,25378,25378,63680,113335,323151,532358,1442702,1442702,2963955,
%U A058524 2963955,5307221,6739508,21786788,41416560,83691901,83691901,242224403,373640477,669300795,669300795
%N A058524 Each c(i) is "multiply" (*) or "divide" (/). a(n) is number of choices for c(1), ..., c(n-1) so that 1 c(1) 2 c(2) 3,.., c(n-1) n is an integer.
%H A058524 Sean A. Irvine, <a href="https://github.com/archmageirvine/joeis/blob/master/src/irvine/oeis/a058/A058524.java">Java program</a> (github)
%F A058524 a(p) = a(p-1). - _Sean A. Irvine_, Aug 07 2022
%e A058524 For n = 4 there are 2 possibilities: 1*2*3*4=24 and 1/2*3*4=6. For n = 9 there are 13 possibilities: 1*2*3*4*5*6*7*8 1/2*3*4*5*6*7*8 1/2/3*4*5*6*7*8 1*2/3*4*5*6*7*8 1*2*3*4*5/6*7*8 1*2*3/4*5*6*7*8 1*2/3/4*5*6*7*8 1/2*3*4*5/6*7*8 1/2*3/4*5*6*7*8 1/2/3/4*5*6*7*8 1*2*3*4*5*6*7/8 1*2/3*4*5*6*7/8 1*2*3/4*5/6*7*8.
%K A058524 nonn,nice
%O A058524 1,4
%A A058524 _Naohiro Nomoto_, Dec 22 2000
%E A058524 More terms from _Sascha Kurz_, Oct 14 2001
%E A058524 a(31)-a(41) from _Sean A. Irvine_, Aug 07 2022