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.

A233447 Floor(compositorial(n) / n!), that is, floor(A036691(n) / A000142(n)).

Original entry on oeis.org

4, 12, 32, 72, 144, 288, 576, 1080, 1920, 3456, 6283, 10996, 18609, 31901, 53169, 86400, 137223, 213458, 337040, 539264, 847415, 1309642, 1992933, 2989400, 4543888, 6815833, 10097530, 15146295, 22980586, 34470879, 51150337, 76725506, 113925752, 167537870, 244126611
Offset: 1

Views

Author

Alex Ratushnyak, Dec 10 2013

Keywords

Crossrefs

Programs

  • PARI
    a(n)=my(c,p,N);N=n;c=4;p=1;while(n>0,if(!isprime(c),p=p*c;n=n-1);c=c+1);floor(p/N!) \\ Ralf Stephan, Dec 21 2013

Formula

a(n) = floor(A036691(n) / A000142(n)).