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.

A280306 a(n) = A049501(A003418(n)).

Original entry on oeis.org

0, 0, 1, 2, 2, 4, 4, 13, 13, 16, 16, 28, 28, 46, 46, 46, 46, 77, 77, 48, 48, 48, 48, 117, 117, 141, 141, 134, 134, 213, 213, 326, 326, 326, 326, 326, 326, 352, 352, 352, 352, 389, 389, 413, 413, 413, 413, 508, 508
Offset: 0

Views

Author

Indranil Ghosh, Dec 31 2016

Keywords

Comments

This calculates the major index (1st definition) of the LCM of all the numbers from 1 to n.

Examples

			For n=10, the LCM of all the numbers from 1 to 10 is 2520 = 100111011000_2, whose major index (1st definition) is 16, so a(10)=16.
		

Crossrefs