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.

Showing 1-1 of 1 results.

A128251 n^4 - 1 divided by its largest fourth power divisor.

Original entry on oeis.org

15, 5, 255, 39, 1295, 150, 4095, 410, 9999, 915, 20735, 1785, 38415, 3164, 65535, 5220, 104975, 8145, 159999, 12155, 234255, 17490, 331775, 24414, 456975, 33215, 614655, 44205, 809999, 57720, 1048575, 74120, 1336335, 93789, 1679615, 117135
Offset: 2

Views

Author

Jonathan Vos Post, May 03 2007

Keywords

Comments

In other words, biquadratefree part of n^4-1, or biquadratefree kernel of n^4-1. Fourth power analog of what A128972 is to cubes and A068310 is to squares. A046100 Biquadratefree numbers. A008835 Largest 4th power dividing n.

Examples

			a(3) = 5 because (3^4 - 1)/16 = 80/16 = (2^4 * 5)/(2^4) = 5.
a(5) = 39 because (5^4 - 1)/16 = 624/16 = (2^4 * 3 * 13)/(2^4) = 39.
a(7) = 150 because (7^4 - 1)/16 = 2400/16 = (2^5 * 3 * 5^2)/(2^4) = 150.
a(9) = 410 because (9^4 - 1)/16 = 6560/16 = (2^5 * 5 * 41)/(2^4) = 410.
a(63) = 61535 because (63^4 - 1)/256 = 15752960/256 = (2^8 * 5 * 31 * 397)/(2^8) = 61535.
		

Crossrefs

Formula

a(n) = (n^4 - 1)/A008835(n^4 - 1) = (A000583(n)-1)/A008835((A000583(n)-1)).
Showing 1-1 of 1 results.