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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A079392 Ramanujan's tau function is positive. 1
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 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

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

Cf. A079393, A000594.

Sequence in context: A022850 A008576 A047622 * A022852 A180124 A095375

Adjacent sequences:  A079389 A079390 A079391 * A079393 A079394 A079395

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 17 21:13 EST 2012. Contains 206085 sequences.