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.

A081394 a(n) is the smallest k such that number of non-unitary prime divisors of central binomial coefficient, A001405(k) = C(k, floor(k/2)) equals n.

Original entry on oeis.org

1, 6, 10, 27, 96, 147, 363, 627, 959, 1547, 1919, 2641, 2645, 3339, 6241, 6909, 6913, 6943, 6923, 6937, 16405, 19981, 24325, 31675, 31679, 35329, 36959, 36963, 38915, 38927, 73563, 39729, 73577, 80095, 87205, 87309, 95035, 123307, 123305, 123369, 123367, 174239, 185915, 186361, 186369, 186373, 186381
Offset: 0

Views

Author

Labos Elemer, Mar 27 2003

Keywords

Examples

			n=8: a(8)=959, C(959,479) has 8 non-unitary prime divisors: {2,3,5,7,11,13,23,29} and 959 is the smallest.
		

Crossrefs

Programs

Formula

a(n) = Min{k; A056175(k) = n}.

Extensions

a(9)-a(19) from Michel Marcus, Sep 01 2019
a(20)-a(46) from Amiram Eldar, May 15 2023