OFFSET
1,1
COMMENTS
Consecutive terms are (254,255) (4099,4100) (11159,11160) (25094,25095) (31754,31755) (40189,40190) ... Conjecture: There are infinitely many consecutive values.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
EXAMPLE
92 is a term because 92^2 + 93^2 = 17113 = 109*157 and both of its
factors have three digits.
MATHEMATICA
Select[Range[1600], With[{f=Flatten[Table[#[[1]], #[[2]]]&/@FactorInteger[#^2+(#+1)^2]]}, Length[f]==2&&IntegerLength[f[[1]]]==IntegerLength[f[[2]]]]&] (* Harvey P. Dale, May 17 2026 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Jun 25 2005
STATUS
approved
