login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A297000
Numbers k such that A296992(k) = 1.
3
5, 7, 10, 14, 15, 20, 25, 28, 30, 35, 45, 49, 50, 56, 60, 63, 70, 75, 80, 88, 90, 91, 92, 98, 100, 105, 112, 115, 125, 126, 140, 147, 150, 160, 161, 175, 180, 182, 196, 200, 207, 210, 224, 225, 230, 240, 245, 250, 252, 264, 273, 276, 294, 300, 315, 320, 322, 343
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Tau Function.
MATHEMATICA
1 + Position[Table[-1 + SelectFirst[Range[0, 5], ! Divisible[RamanujanTau@ n, n^#] &], {n, 2, 350}], 1][[All, 1]] (* Michael De Vlieger, Dec 23 2017 *)
PROG
(PARI) isok(k) = if(k == 1, 0, valuation(ramanujantau(k), k) == 1); \\ Amiram Eldar, Jan 09 2025
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
STATUS
approved