Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134015
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134015 Expansion of (1 - phi(-q) * phi(q^4)) / 2 in powers of q where phi() is a Ramanujan theta function. +0
2
1, 0, 0, -2, 2, 0, 0, -2, 1, 0, 0, 0, 2, 0, 0, -2, 2, 0, 0, -4, 0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0, -2, 2, 0, 0, -4, 2, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -2, 4, 0, 0, -4, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0, -4, 1, 0, 0, 0, 4, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -6, 2, 0, 0, -4, 0 (list; graph; listen)
OFFSET

1,4

FORMULA

Moebius transform is period 16 sequence [ 1, -1, -1, -2, 1, 1, -1, 0, 1, -1, -1, 2, 1, 1, -1, 0, ...].

Multiplicative with a(2) = 0, a(2^e) = -2 if e>1, a(p^e) = e+1 if p == 1 (mod 4), a(p^e) = (1+(-1)^e)/2 if p == 3 (mod 4).

a(4*n+2) = a(4*n+3) = 0.

G.f.: x/(1+x^2) + x^3/(1+x^6) - 2 * x^4/(1+x^8) + ...

PROGRAM

(PARI) {a(n) = if( n<1, 0, if( n%4 < 2, (n%2*3 - 2) * sumdiv(n, d, kronecker(-4, d))))}

(PARI) {a(n) = -(-1)^n * if( n<1, 0, qfrep([1, 0; 0, 4], n)[n])}

CROSSREFS

-(-1)^n * A113406(n) = a(n). A134014(n) = -2 * a(n) unless n=0. -2 * A002654(n) = a(4*n). A008441(n) = a(4*n+1).

Sequence in context: A059080 A062070 A113406 this_sequence A033461 A143432 A137677

Adjacent sequences: A134012 A134013 A134014 this_sequence A134016 A134017 A134018

KEYWORD

sign,mult

AUTHOR

Michael Somos, Oct 02 2007

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 4 21:35 EST 2008. Contains 151309 sequences.


AT&T Labs Research