Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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 A205968

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

Showing entries 1-10 | older changes
A205968 a(n) = Fibonacci(n)*A008655(n) for n >= 1, with a(0)=1, where A008655 lists the coefficients in (theta_3(x)*theta_3(3*x) + theta_2(x)*theta_2(3*x))^4.
(history; published version)
#14 by Susanna Cuyler at Mon Jul 16 21:48:57 EDT 2018
STATUS

proposed

approved

#13 by Jon E. Schoenfield at Mon Jul 16 21:46:55 EDT 2018
STATUS

editing

proposed

#12 by Jon E. Schoenfield at Mon Jul 16 21:46:52 EDT 2018
NAME

a(n) = Fibonacci(n)*A008655(n) for n>= >= 1, with a(0)=1, where A008655 lists the coefficients in (theta_3(x)*theta_3(3*x)+) + theta_2(x)*theta_2(3*x))^4.

EXAMPLE

G.f.: A(x) = 1 + 24*x + 216*x^2 + 1776*x^3 + 5256*x^4 + 15120*x^5 +... + ...

where A(x) = 1 + 1*24*x + 1*216*x^2 + 2*888*x^3 + 3*1752*x^4 + 5*3024*x^5 +...+ + ... + Fibonacci(n)*A008655(n)*x^n +... + ...

STATUS

proposed

editing

#11 by G. C. Greubel at Mon Jul 16 20:17:02 EDT 2018
STATUS

editing

proposed

#10 by G. C. Greubel at Mon Jul 16 20:16:49 EDT 2018
LINKS

G. C. Greubel, <a href="/A205968/b205968.txt">Table of n, a(n) for n = 0..1000</a>

MATHEMATICA

A008655 := CoefficientList[Series[((EllipticTheta[3, 0, q]^3 + EllipticTheta[3, Pi/3, q]^3 + EllipticTheta[3, 2 Pi/3, q]^3)^4/(3* EllipticTheta[3, 0, q^3])^4), {q, 0, 250}], q]; b := Table[A008655[[n]], {n, 1, 120}][[1 ;; ;; 2]]; Join[{1}, Table[Fibonacci[n]*b[[n + 1]], {n, 1, 50}]] (* G. C. Greubel, Jul 16 2018 *)

STATUS

approved

editing

#9 by Russ Cox at Fri Mar 30 18:37:34 EDT 2012
AUTHOR

_Paul D. Hanna (pauldhanna(AT)juno.com), _, Feb 04 2012

Discussion
Fri Mar 30 18:37
OEIS Server: https://oeis.org/edit/global/213
#8 by Paul D. Hanna at Sat Mar 10 10:12:50 EST 2012
STATUS

editing

approved

#7 by Paul D. Hanna at Sat Mar 10 10:12:47 EST 2012
CROSSREFS

Cf. A209448 (Pell variant).

STATUS

approved

editing

#6 by N. J. A. Sloane at Sat Feb 04 12:24:06 EST 2012
STATUS

proposed

approved

#5 by Paul D. Hanna at Sat Feb 04 08:26:25 EST 2012
STATUS

editing

proposed

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 6 14:16 EDT 2024. Contains 374974 sequences. (Running on oeis4.)