A327248 Squarefree part of A078522(n+1).
6, 210, 1785, 60639, 915530, 184030, 14066106, 80753867670, 10973017315470, 372759573255306, 351745902037915, 11949006236698685, 86466986871277074, 122261486084598, 43869141307765893, 35803482505852454889891, 2162247909473892250092390, 73452778286546376583337010
Offset: 1
Keywords
Examples
a(2) = 210 since A078522(3) = 840 = 210 * 2^2.
Links
- P. G. Walsh, On integer solutions to x^2 - dy^2 = 1, z^2 - 2dy^2 = 1, Acta Arithmetica 82 (1997), 69-76.
Programs
-
PARI
a(n)={local(z=1+quadgen(8)); core(imag(z^(2*n+1))^2-1)}
Extensions
Missing a(11) inserted and more terms from Georg Fischer, Mar 02 2023
Comments