A134652 Indices for which A097344 differs from A097345.
59, 1519, 7814, 17225, 39079, 950619, 977019, 1280699
Offset: 1
Programs
-
Mathematica
Reap[ For[n = 1, n < 10^5, n++, If[ !Divisible[ Denominator[ HypergeometricPFQ[{1, 1, -n}, {2, 2}, -1]], n+1], Print[n]; Sow[n] ] ] ][[2, 1]] (* Jean-François Alcover, Oct 15 2013 *)
-
PARI
t=1; for( n=2,10^5, gcd( numerator(t+=(1<
1 & print(n-1))
Extensions
a(6)-a(8) from Amiram Eldar, Apr 08 2019
Comments