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!)
A079396 Ramanujan's tau function squared. 0
576, 63504, 23328900, 280361536, 285809990544, 333781196644, 47691924412356, 113665876416400, 347571590865984, 16488262627956900, 2792400404276224, 33201691798862596, 94938206778275364, 293289874501264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
tau(2)=-24, therefore a(1)=24^2=576.
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) forprime (p=2, 50, print1(rtau3(p)^2", "))
CROSSREFS
A000594(p)^2.
Sequence in context: A168660 A268903 A249688 * A299414 A300054 A013775
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 06 2003
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 April 25 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)