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!)
A079392 Numbers n such that A000594(n) > 0 (Ramanujan's tau function is positive). 2
1, 3, 5, 8, 11, 14, 15, 16, 18, 19, 23, 24, 26, 28, 29, 33, 34, 36, 40, 41, 42, 47, 48, 50, 52, 54, 55, 57, 61, 62, 63, 64, 68, 69, 70, 71, 73, 74, 78, 79, 80, 81, 84, 86, 87, 88, 90, 91, 95, 97, 98, 100, 101, 102, 106, 107, 108, 109, 115, 117, 118, 119, 120, 121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Tau Function
EXAMPLE
A000594(1)=1, therefore a(1)=1.
PROG
(PARI) T(n)=n*(n+1)/2 rtau3(n)=local(y, j); y=0; j=1; while (T(j-1)<n, j++); j--; for (i=1, j, y=y-(-1)^i*(2*i-1)*x^(T(i-1))); y=y^8; polcoeff(y, n-1) for (n=1, 100, if (rtau3(n)>0, print1(n", ")))
CROSSREFS
Sequence in context: A008576 A047622 A240603 * A185723 A022852 A180124
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 06 2003
EXTENSIONS
More terms from Seiichi Manyama, Sep 10 2017
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 May 15 12:24 EDT 2024. Contains 372540 sequences. (Running on oeis4.)