The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A299157 Numbers k such that k+1 divides tau(k), where tau(k)=A000594(k) is Ramanujan's tau function. 5
2, 3, 5, 6, 7, 11, 13, 17, 19, 20, 22, 23, 27, 29, 31, 41, 45, 47, 53, 55, 59, 68, 71, 76, 77, 79, 83, 87, 89, 91, 97, 104, 107, 114, 127, 137, 139, 149, 160, 167, 171, 177, 179, 183, 191, 195, 199, 209, 223, 229, 239, 240, 243, 251, 269, 275, 293, 297, 321, 343 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k such that A299163(k) = 0.
LINKS
Eric Weisstein's World of Mathematics, Tau Function
PROG
(PARI) isok(n) = (ramanujantau(n) % (n+1)) == 0; \\ Michel Marcus, Feb 05 2018
CROSSREFS
Sequence in context: A352336 A283599 A096530 * A325327 A003174 A238463
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Feb 04 2018
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 June 3 10:43 EDT 2024. Contains 373060 sequences. (Running on oeis4.)