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.

A067566 Smallest k such that k = n*A001414(k) (or 0 if no such k exists), where A001414(k) is the integer log of k, i.e., Sum p_i*e_i if the prime factorization of k is Product p_i^e_i.

Original entry on oeis.org

2, 16, 27, 0, 60, 72, 105, 0, 0, 150, 220, 180, 0, 308, 240, 256, 476, 288, 627, 440, 378, 0, 805, 528, 450, 624, 594, 560, 1160, 540, 1581, 576, 0, 1122, 0, 648, 1776, 1748, 0, 800, 3526, 0, 2322, 1056, 900, 0, 3055, 960, 0, 0, 1530, 1456, 4028
Offset: 1

Views

Author

Naohiro Nomoto, Jan 30 2002

Keywords

Examples

			a(3)=27 since 27 = 3^3 and 27 = 3*(3*3), but not 30 even though 30 = 2^1*3^1*5^1 and 30 = 3*(2*1+3*1+5*1) because 27 is less than 30.
		

Crossrefs

Extensions

Edited by Henry Bottomley, Jul 07 2002