Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A138507
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A138507 Expansion of (f(q)^5 / f(q^5) - 1) / 5 in powers of q where f() is a Ramanujan theta function. +0
2
1, 1, -2, -3, 1, -2, -6, 5, 7, 1, 12, 6, -12, -6, -2, -11, -16, 7, 20, -3, 12, 12, -22, -10, 1, -12, -20, 18, 30, -2, 32, 21, -24, -16, -6, -21, -36, 20, 24, 5, 42, 12, -42, -36, 7, -22, -46, 22, 43, 1, 32, 36, -52, -20, 12, -30, -40, 30, 60, 6, 62, 32, -42, -43, -12, -24, -66, 48, 44, -6, 72, 35, -72, -36, -2, -60, -72, 24 (list; graph; listen)
OFFSET

1,3

FORMULA

a(n) is multiplicative with a(2^e) = ((-2)^(e+1) - 1) / 3, a(p^e) = ((-p)^(e+1) - 1) / (-p - 1) if p == 3, 7 (mod 10), a(p^e) = (p^(e+1) - 1) / (p - 1) if p == 1, 9 (mod 10).

G.f.: (Product_{k>0} (1 - (-x)^k)^5 / (1 - (-x)^(5*k)) - 1) / 5.

EXAMPLE

q + q^2 - 2*q^3 - 3*q^4 + q^5 - 2*q^6 - 6*q^7 + 5*q^8 + 7*q^9 + ...

PROGRAM

(PARI) {a(n) = if( n<1, 0, -(-1)^n * sumdiv(n, d, d * kronecker(5, d)))}

(PARI) {a(n) = local(A); if( n<0, 0, A = x * O(x^n); polcoeff( (eta(-x + A)^5 / eta(-x^5 + A) - 1) / 5, n))}

CROSSREFS

-(-1)^n * A109091(n) = a(n). A138506(n) = 5 * a(n) unless n=0.

Sequence in context: A128255 A154948 A109091 this_sequence A109200 A158909 A101477

Adjacent sequences: A138504 A138505 A138506 this_sequence A138508 A138509 A138510

KEYWORD

sign,mult

AUTHOR

Michael Somos, Mar 21 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research