OFFSET
1,3
COMMENTS
2^(a(2n)-1)-1 predicts the number of pair-solutions of even length L for AB = A^2 + B^2. For instance, with length 18 we have 10^18 + 1 = 101*9901*999999000001 or 3 divisors F which when put into the Mersenne formula 2^(F-1)-1 yields 3 pairs (see reference 'Puzzle 104' for details).
LINKS
Max Alekseyev, Table of n, a(n) for n = 1..331 (first 310 terms from Ray Chandler)
Makoto Kamada, Factorizations of 100...001.
Carlos Rivera, Puzzle 104, The Prime Puzzles & Problems Connection.
S. S. Wagstaff, Jr., Main Tables from the Cunningham Project.
S. S. Wagstaff, Jr., The Cunningham Project
MATHEMATICA
PrimeOmega[10^Range[100]+1] (* Harvey P. Dale, May 02 2021 *)
PROG
(PARI) a(n)=bigomega(10^n+1) \\ Charles R Greathouse IV, Sep 14 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Patrick De Geest, Oct 15 2000
STATUS
approved