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”).

A121734
Ramanujan tau numbers such that A000594(k) == A000594(k+1) mod 691, or A046694(k) = A046694(k+1).
9
483, 209, 21, 632, 650, 541, 546, 281, 666, 440, 397, 576, 18, 251, 356, 207, 532, 361, 121, 642, 288, 167, 348, 505, 561, 0, 108, 166, 97, 492, 58, 255, 632, 151, 679, 185, 141, 587, 0, 549, 459, 428, 549, 157, 559, 121, 605, 102
OFFSET
1,1
COMMENTS
The corresponding indices k are listed in A121733.
LINKS
Eric Weisstein's World of Mathematics, Ramanujan's Tau Function.
FORMULA
a(n) = mod(A000594(A121733(n)), 691) = A046694(A121733(n)).
EXAMPLE
a(1) = 483 because the first pair of equal consecutive numbers in A046694 is A046694(184) = A046694(185) = 483.
MATHEMATICA
Do[f=Mod[DivisorSigma[11, n], 691]; g=Mod[DivisorSigma[11, n+1], 691]; If[f==g, Print[{n, f}]], {n, 1, 10000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Alexander Adamchuk, Aug 18 2006
STATUS
approved