Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123025
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123025 Let b(0) = 1, b(1) = 1; b(n+2) = -(n^2-n+1)*(b(n))/((n+2)*(n+1)). Then a(n) = n!*b(n). +0
1
1, 1, -1, -5, 11, 95, -319, -3895, 17545, 276545, -1561505, -30143405, 204557155, 4672227775, -37024845055, -976495604975, 8848937968145, 264630308948225, -2698926080284225, -90238935351344725, 1022892984427721275, 37810113912213439775, -471553665821179507775 (list; graph; listen)
OFFSET

1,4

REFERENCES

Richard Bronson, Schaum's Outline of Modern Introductory Differential Equations, MacGraw-Hill, New York,1973, page 107, solved problem 19.17

MATHEMATICA

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

CROSSREFS

Sequence in context: A128454 A120778 A042761 this_sequence A053778 A030079 A066596

Adjacent sequences: A123022 A123023 A123024 this_sequence A123026 A123027 A123028

KEYWORD

sign

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 06 2009

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research