|
Search: id:A001040
|
|
|
| A001040 |
|
a(n+1) = n*a(n) + a(n-1). (Formerly M2863 N1151)
|
|
+0 13
|
|
| 0, 1, 1, 3, 10, 43, 225, 1393, 9976, 81201, 740785, 7489051, 83120346, 1004933203, 13147251985, 185066460993, 2789144166880, 44811373131073, 764582487395121, 13807296146243251, 263103209266016890, 5275871481466581051, 111056404320064218961, 2448516766522879398193
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
If initial 0 and 1 are omitted, CONTINUANT transform of 1, 2, 3, 4, 5, ...
Numerator of continued fraction given by C(n) = [n; n-1,...,3,2,1]. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 02 2001. Cf. A001053.
|
|
REFERENCES
|
Archimedeans Problems Drive, Eureka, 22 (1959), 15.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..100
N. J. A. Sloane, Transforms
|
|
FORMULA
|
Generalized Fibonacci sequence for (unsigned) Laguerre triangle A021009. a(n+1)=sum{k=0..floor(n/2), C(n-k, k)(n-k)!/k!}. - Paul Barry (pbarry(AT)wit.ie), May 10 2004
a(-n)=a(n). - Michael Somos Sep 25 2005
|
|
PROGRAM
|
(PARI) a(n)=contfracpnqn(vector(abs(n), i, i))[1, 2] /* Michael Somos Sep 25 2005 */
|
|
CROSSREFS
|
A column of A058294. Cf. A001053.
Adjacent sequences: A001037 A001038 A001039 this_sequence A001041 A001042 A001043
Sequence in context: A030833 A030971 A006932 this_sequence A032269 A041737 A026682
|
|
KEYWORD
|
easy,nonn,nice,frac
|
|
AUTHOR
|
njas, R. K. Guy
|
|
|
Search completed in 0.002 seconds
|