login
This site is supported by donations 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; internal format)
OFFSET

1,1

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: A061737 A045938 A204627 * A205625 A205360 A045085

Adjacent sequences:  A079397 A079398 A079399 * A079401 A079402 A079403

KEYWORD

sign

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Jan 07 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 19:13 EST 2012. Contains 206085 sequences.