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!)
A079400 p^11 * A000594(p) as p runs through the primes. 0
-49152, 44641044, 235839843750, -33108358984792, 152531042848687932, -1035399161730148306, -236679453955357194222, 1241951576022650010980, 17763491481043493649144, 1566626343296375073246270, -1342664413260839080544608, -32418959483434058984538682 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)=2^11.A000594(2)
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, 40, print1(p^11*rtau3(p)", "))
CROSSREFS
Cf. A000594.
Sequence in context: A236162 A331355 A204627 * A205625 A205360 A045085
KEYWORD
sign
AUTHOR
Jon Perry, Jan 07 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 July 14 22:52 EDT 2024. Contains 374323 sequences. (Running on oeis4.)