login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A128251
n^4 - 1 divided by its largest fourth power divisor.
0
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,1
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.
LINKS
Eric Weisstein's World of Mathematics, Biquadratefree.
FORMULA
a(n) = (n^4 - 1)/A008835(n^4 - 1) = (A000583(n)-1)/A008835((A000583(n)-1)).
EXAMPLE
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.
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, May 03 2007
STATUS
approved