Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137941
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137941 G.f.: exp(x) = Product_{n>=1} [1 + a(2n-1)*x^(2n-1)/(2n-1)! + a(2n)*x^(2n)/(2n)! ]. +0
1
1, 1, 1, -3, 6, 10, -195, 945, -3080, 17136, 37170, -796950, 3880800, 122007600, -2380685307, 18531377865, -136619683200, 942469528000, 723819456360, -118481659031736, 1884943573381440, -16067035945724400, -323306803861791750, 15940746503392961250 (list; graph; listen)
OFFSET

1,4

COMMENT

a(n) appears to be divisible by (n-1)(n-2)/2 for n>2.

EXAMPLE

exp(x) = (1 + 1*x + 1*x^2/2!) * (1 + 1*x^3/3! - 3*x^4/4!) * (1 + 6*x^5/5! + 10*x^6/6!) * (1 - 195*x^7/7! + 945*x^8/8!) *...

PROGRAM

(PARI) {a(n)=if(n<1, 0, n!*polcoeff(exp(x +x*O(x^n))/prod(k=1, (n-1)\2, 1+a(2*k-1)*x^(2*k-1)/(2*k-1)!+a(2*k)*x^(2*k)/(2*k)! +x*O(x^n)), n))}

CROSSREFS

Cf. A137852.

Sequence in context: A061380 A125567 A124266 this_sequence A077170 A079801 A083462

Adjacent sequences: A137938 A137939 A137940 this_sequence A137942 A137943 A137944

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Feb 23 2008

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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research