The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A123013 a(n) = A122192(n)/6. 2
1, 0, -253, -1288, 191521, 1629320, -141854525, -1729034384, 103325091969, 1676517701264, -73862084838333, -1537330036703384, 51664189190888737, 1355829753195189272, -35196896202269431421, -1160994902209537876768, 23182613727557891170817, 970833262148740191853344 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: (1 + 506*x^2 + 1288*x^3 + 253*x^4)/(1 + 759*x^2 + 2576*x^3 + 759*x^4 + x^6). - G. C. Greubel, Jul 11 2021
MATHEMATICA
LinearRecurrence[{0, -759, -2576, -759, 0, -1}, {1, 0, -253, -1288, 191521, 1629320}, 31] (* G. C. Greubel, Jul 11 2021 *)
PROG
(Sage)
def A123013_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( (1+506*x^2+1288*x^3+253*x^4)/(1+759*x^2+2576*x^3+759*x^4 +x^6) ).list()
A123013_list(30) # G. C. Greubel, Jul 11 2021
CROSSREFS
Cf. A122192.
Sequence in context: A245790 A070193 A054737 * A183449 A225021 A242463
KEYWORD
sign
AUTHOR
N. J. A. Sloane, Nov 12 2006
STATUS
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 May 15 05:46 EDT 2024. Contains 372538 sequences. (Running on oeis4.)