OFFSET
1,1
COMMENTS
All terms are odd squares (A016754) by definition.
Among the initial 2025 terms, only the following 12 terms occur:
Term Occurs Where
n times
---------------------------------------------------------------
9 699
49 665
81 2 a(5) and a(11)
121 1 a(2)
169 2 a(28) and a(926)
625 9 at n=14, 44, 85, 110, 155, 447, 654, 896, 1217.
961 390
1521 1 a(6) NB: 1521 = 9*169.
8649 1 a(1087). NB: 8649 = 9*961.
16129 246
67092481 8 First occurrence at a(1120)
3287531569 1 a(1636). NB: 3287531569 = 49*67092481.
Questions: Is this sequence infinite? Do all terms of A133049 eventually appear here? Or any 4th or higher powers of Mersenne and other primes, apart from 81 and 625?
LINKS
EXAMPLE
See examples in A379121.
PROG
(PARI) forstep(n=1, 2^18, 2, d=A379113(n^2); if(d>1, print1(d, ", ")));
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Dec 18 2024
STATUS
approved
