OFFSET
1,2
COMMENTS
Subsequence of A014950.
First 7 terms are palindromes. a(n) is divisible by 3 for 1<n<10. 3^2 divides a(n) for n = {3,5,6,7,9}. 37 divides a(n) for n = {4,5,7,8,9}. Prime factors of a(n) are {3,37,333667,2028119,...}. Note that a(3)/a(2) = a(5)/a(4) = a(9)/a(8) = 3 and a(7)/a(6) = 37. - Alexander Adamchuk, Jan 25 2007
Except for 3, also numbers n such that the decimal expansion of 1/n^2 has period n. [Arkadiusz Wesolowski, Mar 13 2012]
MATHEMATICA
Select[Range[20000], IntegerQ[(PowerMod[10, #, #^2 ]-1)/#^2 ]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Jan 05 2007, Jan 07 2006
EXTENSIONS
More terms from Ryan Propper, Jan 06 2007
Further terms and edited by Max Alekseyev, May 09 2010
STATUS
approved