login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A079396
Ramanujan's tau function squared applied to primes.
0
576, 63504, 23328900, 280361536, 285809990544, 333781196644, 47691924412356, 113665876416400, 347571590865984, 16488262627956900, 2792400404276224, 33201691798862596, 94938206778275364, 293289874501264, 7221841938953462016, 2547393791118267204, 26927835455229987600
OFFSET
1,1
FORMULA
a(n) = A076847(n)^2.
a(n) = A000594(A000040(n))^2.
a(n) = A249688(A000040(n)).
EXAMPLE
tau(2)=-24, therefore a(1)=24^2=576.
MATHEMATICA
RamanujanTau[Prime[Range[20]]]^2 (* Georg Fischer, Sep 28 2024 *)
PROG
(PARI) a(n) = ramanujantau(prime(n))^2 /* Georg Fischer, Sep 28 2024 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Jon Perry, Jan 06 2003
STATUS
approved