Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)

Revision History for A233670

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A233670 Expansion of q * phi(-q^2) * psi(q^9) / (f(q^3) * phi(q^3)) in powers of q where f(), phi(), psi() are Ramanujan theta functions.
(history; published version)
#13 by Charles R Greathouse IV at Fri Mar 12 22:24:47 EST 2021
LINKS

M. Michael Somos, <a href="/A010815/a010815.txt">Introduction to Ramanujan theta functions</a>

Discussion
Fri Mar 12 22:24
OEIS Server: https://oeis.org/edit/global/2897
#12 by N. J. A. Sloane at Wed Nov 13 21:58:50 EST 2019
LINKS

M. Somos, <a href="http://somos.crg4.com="/A010815/multiqa010815.htmltxt">Introduction to Ramanujan theta functions</a>

Discussion
Wed Nov 13 21:58
OEIS Server: https://oeis.org/edit/global/2832
#11 by Wesley Ivan Hurt at Mon Oct 09 21:59:41 EDT 2017
STATUS

editing

approved

#10 by Wesley Ivan Hurt at Mon Oct 09 21:58:59 EDT 2017
MATHEMATICA

A233670[n_] := SeriesCoefficient[q*QPochhammer[q^2]^2*QPochhammer[q^3]^3 *QPochhammer[q^12]^3*QPochhammer[q^18]^2/(QPochhammer[q^4] * QPochhammer[q^6]^8*QPochhammer[q^9]), {q, 0, n}]; Table[A233670[n], {n, 0, 50}] (* G. C. Greubel, Oct 09 2017 *)

STATUS

reviewed

editing

#9 by Joerg Arndt at Mon Oct 09 02:47:35 EDT 2017
STATUS

proposed

reviewed

#8 by G. C. Greubel at Mon Oct 09 02:45:16 EDT 2017
STATUS

editing

proposed

#7 by G. C. Greubel at Mon Oct 09 02:45:08 EDT 2017
LINKS

G. C. Greubel, <a href="/A233670/b233670.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

A233670[n_] := SeriesCoefficient[q*QPochhammer[q^2]^2*QPochhammer[q^3]^3 *QPochhammer[q^12]^3*QPochhammer[q^18]^2/(QPochhammer[q^4] * QPochhammer[q^6]^8*QPochhammer[q^9]), {q, 0, n}]; Table[A233670[n], {n, 0, 50}] (* G. C. Greubel, Oct 09 2017 *)

STATUS

approved

editing

#6 by Michael Somos at Thu Aug 27 00:12:38 EDT 2015
STATUS

editing

approved

#5 by Michael Somos at Thu Aug 27 00:12:16 EDT 2015
LINKS

M. Somos, <a href="http://cissomos.csuohiocrg4.edu/~somoscom/multiq.pdfhtml">Introduction to Ramanujan theta functions</a>

FORMULA

G.f. is a period 1 Fourier series which satisfies f(-1 / (36 t)) = f(t) where q = exp(2 piPi i t).

PROG

(PARI) {a(n) = localmy(A); if( n<1, 0, n--; A = x * O(x^n); polcoeff( eta(x^2 + A)^2 * eta(x^3 + A)^3 * eta(x^12 + A)^3 * eta(x^18 + A)^2 / (eta(x^4 + A) * eta(x^6 + A)^8 * eta(x^9 + A)), n))}))};

STATUS

approved

editing

Discussion
Thu Aug 27 00:12
Michael Somos: Light and space edits. Updated URL.
#4 by Joerg Arndt at Sat Dec 14 13:14:01 EST 2013
STATUS

proposed

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 August 19 09:19 EDT 2024. Contains 375284 sequences. (Running on oeis4.)