login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
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 December 7 23:30 EST 2023. Contains 367662 sequences. (Running on oeis4.)