Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123028
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123028 A003215 inside a second linear differential equation recursion: b(n)=2*b(n-1)-b(n-2)+6-->1+3*n+3*n^2 a(n)=b(n)*a[n-2]/(n*(n-1)). +0
1
1, 1, 19, 37, 1159, 3367, 147193, 569023, 31940881, 154205233, 10572431611, 61219477501, 4958470425559, 33487054193047, 3128794838527729, 24144166073186887, 2556225383077154593, 22188488621258749153 (list; graph; listen)
OFFSET

1,3

FORMULA

b(n)=2*b(n-1)-b(n-2)+6-->1+3*n+3*n^2 a(n)=b(n)*a[n-2]/(n*(n-1)) Output=a(n)*n!

MATHEMATICA

f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == 2*a[n - 1] - a[n - 2] + 6, a[0] == 1, a[1] == 7}, a[n], n][[1]] // FullSimplify] ; Clear[a] a[n_] := a[n] = f[n]*a[n - 2]/(n*(n - 1)); a[0] = 1; a[1] = 1; Table[ExpandAll[a[n]*n! ], {n, 0, 30}]

CROSSREFS

Cf. A003215.

Sequence in context: A136063 A111441 A144594 this_sequence A067205 A040342 A164009

Adjacent sequences: A123025 A123026 A123027 this_sequence A123029 A123030 A123031

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Sep 25 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 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research