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.

A244744 Smallest number with additive excess n.

Original entry on oeis.org

46, 253, 649, 6049, 69989, 166213, 551137, 9064261, 68444596, 347562415, 612220081
Offset: 1

Views

Author

Juan Arias-de-Reyna, Jul 05 2014

Keywords

Comments

Let m = Product p_j ^ a_j be the standard prime factorization of m. The additive excess of m is defined to be Sum||p_j ^ a_j|| - ||m|| where ||m||=A005245(n) is the complexity of n.
The n-th term of this sequence is the least number m with additive excess n.

Examples

			||253||=17, ||11||=8, ||23||=11.  11 + 8 - 17 = 2. The second term is 253.
		

Crossrefs