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!)
A341780 Starts of runs of 3 consecutive anti-tau numbers (A046642). 2
3, 15, 195, 255, 483, 783, 1023, 1155, 1295, 1443, 1599, 2703, 3363, 4623, 4899, 5183, 6399, 6723, 7395, 7743, 8463, 8835, 10815, 11235, 11663, 12099, 12543, 15375, 16383, 16899, 17955, 18495, 20163, 24963, 25599, 26895, 27555, 31683, 33855, 35343, 36099, 37635 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Since the even anti-tau numbers (A268066) are square numbers, all the terms are of the form 4*k^2 - 1, and there cannot be a run of more than 3 consecutive anti-tau numbers.
LINKS
EXAMPLE
3 is a term since 3, 4 and 5 are all anti-tau numbers: gcd(3, tau(3)) = gcd(3, 2) = 1, gcd(4, tau(4)) = gcd(4, 3) = 1 and gcd(5, tau(5)) = gcd(5, 2) = 1.
MATHEMATICA
antiTauQ[n_] := CoprimeQ[n, DivisorSigma[0, n]]; Select[4*Range[100]^2 - 1, AllTrue[# + {0, 1, 2}, antiTauQ] &]
CROSSREFS
Subsequence of A000466, A046642 and A341779.
Sequence in context: A364075 A087614 A063739 * A060194 A068858 A280772
KEYWORD
nonn
AUTHOR
Amiram Eldar, Feb 19 2021
STATUS
approved

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 April 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)