Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123026
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123026 Let a0 = 1; b0 = -2; c0 = -1; a(n) = a(n-2)*(a0*n^2+b0*n+c0)/(n*(n-1)). +0
1
1, 1, -1, 2, -7, 28, -161, 952, -7567, 59024, -597793, 5784352, -71137367, 821377984, -11879940289, 159347328896, -2649226684447, 40474221539584, -760328058436289, 13032699335746048, -272957772978627751, 5187014335626927104, -119828462337617582689, 2500140909772178864128 (list; graph; listen)
OFFSET

0,4

MATHEMATICA

a0 = 1; b0 = -2; c0 = -1; a[n_] := a[n] = (a0*n^2 + b0*n + c0)*a[n - 2]/(n*(n - 1)); a[0] = 1; a[1] = 1; Table[ExpandAll[a[n]*n! ], {n, 0, 30}]

CROSSREFS

Adjacent sequences: A123023 A123024 A123025 this_sequence A123027 A123028 A123029

Sequence in context: A030897 A030946 A030906 this_sequence A013011 A013181 A122118

KEYWORD

sign

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 24 2006

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Oct 01 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 November 9 12:23 EST 2009. Contains 166233 sequences.


AT&T Labs Research