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”).

A297424
a(n) = tau((10^n)-th prime) where tau(n)=A000594(n) is Ramanujan's tau function.
0
-24, 128406630, -1695266465052058, -4467161474022023509680, 2643202687128887204371152330, 5631587063815097155948902224731910, -6022712388820421179671063354886818730888, 3519878895631571325515625172934456394359869922, 452493700789420934344344052367209646628330983653992
OFFSET
0,1
FORMULA
a(n) = A076847(10^n) = A000594(A006988(n)).
PROG
(PARI) {a(n) = ramanujantau(prime(10^n))}
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, Dec 30 2017
STATUS
approved