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!)
A172624 Numbers k such that 2*A000005(k) = 3*A000005(k+1). 2
4, 20, 32, 45, 50, 68, 76, 92, 117, 124, 212, 236, 261, 325, 333, 338, 350, 412, 436, 452, 477, 578, 596, 608, 620, 628, 644, 650, 668, 716, 722, 740, 788, 801, 804, 825, 836, 855, 860, 884, 892, 916, 925, 932, 964, 968, 981, 1014, 1017, 1058, 1076 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{k: 2*tau(k) = 3*tau(k+1)}.
MATHEMATICA
Select[Range[1100], 2*DivisorSigma[0, #]==3*DivisorSigma[0, #+1]&] (* Harvey P. Dale, Nov 06 2012 *)
PROG
(PARI) is(n) = 2 * numdiv(n) == 3 * numdiv(n+1); \\ Amiram Eldar, Apr 09 2024
CROSSREFS
Subsequence of A059269.
Sequence in context: A079454 A205670 A115428 * A043880 A030002 A238764
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected by D. S. McNeil, Nov 21 2010
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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)