login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A352974 Numbers k > 1 such that tau(k^2-1) + 1 = tau(k^2) = tau(k^2+1) - 1, tau = A000005. 1

%I #16 Apr 16 2022 03:11:47

%S 165182,1395182,3262682,3977318,5360182,5937682,6899818,7582682,

%T 9542318,11345182,11612318,12167318,12624818,16427318,18770182,

%U 21622682,22109818,24389818,24437318,26750182,33504818,34657682,49904818,53542318,55172318,55695182

%N Numbers k > 1 such that tau(k^2-1) + 1 = tau(k^2) = tau(k^2+1) - 1, tau = A000005.

%C If tau(m-1) + 1 = tau(m) = tau(m+1) - 1, then m must be a square.

%C All known terms are of the form 2*p, where p is a prime congruent to 91 or -91 modulo 1250. Is this a coincidence?

%H Jianing Song, <a href="/A352974/b352974.txt">Table of n, a(n) for n = 1..51</a>

%e 165182 is a term since tau(165182^2-1) = 8, tau(165182^2) = 9, tau(165182^2+1) = 10.

%o (PARI) isA352974(n) = (n>1) && (numdiv(n^2-1) == numdiv(n^2)-1) && (numdiv(n^2+1) == numdiv(n^2)+1)

%Y Cf. A000005.

%K nonn,hard

%O 1,1

%A _Jianing Song_, Apr 13 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 20 17:34 EDT 2024. Contains 375337 sequences. (Running on oeis4.)