Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A120953
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A120953 G.f. A(x) equals series_reversion(x/F(x))/x where F(x) is the g.f. of A120952; a(2*n+1) = 0 for n>=1. +0
3
1, 1, 3, 0, -65, 0, 4998, 0, -691749, 0, 142819050, 0, -40447525482, 0, 14988562779660, 0, -7042958511356013, 0, 4098696561237950274, 0, -2898331335691958097918, 0, 2450632554538246780555476, 0, -2443617360583149618790999650, 0 (list; graph; listen)
OFFSET

0,3

FORMULA

G.f. satisfies: A(x) = F(x*A(x)) and F(x) = A(x/F(x)) where F(x) = g.f. of A120952.

EXAMPLE

A(x) = 1 + x + 3*x^2 - 65*x^4 + 4998*x^6 - 691749*x^8 +-...

The g.f. of A120952 is:

F(x) = 1 + x + 2*x^2 - 7*x^3 - 58*x^4 + 369*x^5 + 4572*x^6 --++...

PROGRAM

(PARI) {a(n)=local(A=[1, 1]); for(i=1, n, if(#A%2==1, A=concat(A, t); A[ #A]=-subst(Vec(serreverse(x/Ser(A)))[ #A], t, 0)); if(#A%2==0, A=concat(A, t); A[ #A]=subst(Vec(serreverse(x*Ser(A)))[ #A], t, 0))); Vec(serreverse(x/Ser(A)))[n+1]}

CROSSREFS

Cf. A120952, A120954.

Adjacent sequences: A120950 A120951 A120952 this_sequence A120954 A120955 A120956

Sequence in context: A009786 A012738 A012759 this_sequence A009784 A013245 A013238

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jul 19 2006

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research