login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079393 Ramanujan's tau function is negative. 1
2, 4, 6, 7, 9, 10, 12, 13, 17, 20, 21, 22, 25, 27, 30, 31, 32, 35, 37, 38, 39, 43, 44, 45, 46, 49, 51, 53, 56, 58, 59, 60, 65, 66, 67, 72, 75, 76, 77, 82, 83, 85, 89, 92, 93, 94, 96, 99, 103, 104, 105, 110, 111, 112, 113, 114, 116, 122, 125, 126, 127, 129 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

A000594(2)=-24, so a(1)=2

MATHEMATICA

Select[Range[200], RamanujanTau[#] < 0 &] (* Carl Najafi, Sep 09 2011 *)

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

Cf. A079392, A000594.

Sequence in context: A111094 A064427 A183569 * A047512 A026273 A184658

Adjacent sequences:  A079390 A079391 A079392 * A079394 A079395 A079396

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jan 06 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 12:15 EST 2012. Contains 205909 sequences.