Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A141827
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A141827 a(n) = (n^3*a(n-1)-1)/(n-1) for n >= 2, with a(0) = 1, a(1) = 4. +0
2
1, 4, 31, 418, 8917, 278656, 12037939, 688168846, 50334635593, 4586743668412, 509638185379111, 67832842473959674, 10655922890454756061, 1950921882527424922168, 411794588127327229725307 (list; graph; listen)
OFFSET

0,2

COMMENT

For related recurrences of the form a(n) = (n^k*a(n-1)-1)/(n-1) see A001339, A007808 (both k = 2) and A141828 (k = 4). a(n) is a difference divisibility sequence, that is, the difference a(n) - a(m) is divisible by n - m for all n and m (provided n is not equal to m). See A000522 for further properties of difference divisibility sequences.

FORMULA

Sum {n = 0..inf} a(n)*x^n/n!^2 = 1/(1-x)^2*sum {n = 0..inf} (n+1)*x^n/n!^2.

a(n) = n!^2*sum {k = 0..n} (n-k+1)(k+1)/k!^2.

a(n) := n* n!^2*(4 - sum{k = 2..n} 1/(k!^2*k*(k-1)).

Congruence property: a(n) == (1+n+n^2) (mod n^3).

The recurrence a(n) = (n^2+n+2)*a(n-1) - (n-1)^2*a(n-2), n >= 2, shows that a(n) is always a positive integer. The sequence b(n) := n*n!^2 also satisfies the same recurrence with b(0) = 0, b(1) = 1. Hence we obtain the finite continued fraction expansion a(n)/(n*n!^2) = 4 - 1^2/(8 - 2^2/(14 - 3^2/(22 -...-(n-1)^2/(n^2+n+2)))), for n > 1. a(n)*b(n+1) - b(n)*a(n+1) = n!^2.

Lim n -> infinity a(n)/(n*n!^2) = sum {n = 0..inf} (n+1)/n!^2 = BesselI(0,2) + BesselI(1,2) = 3.87022 21569 ..., using the values of the modified Bessel function, BesselI(0, 2) = 2.27958 53023 ... and BesselI(1, 2) = 1.59063 68546 ... (see A070910 and A096789; Cf. A130820). This yields the continued fraction expansion BesselI(0,2) + BesselI(1,2) = 4 - 1^2/(8 - 2^2/(14 - 3^2/(22 -...-(n-1)^2/(n^2+n+2 - ... )))).

Lim n -> infinity a(n)/(n*n!^2) = sum {n = 1..inf} (n+n^2)/n!^2 = sum {n = 1..inf} n^3/n!^2 = 1/2 * sum {n = 1..inf} n^4/n!^2.

Lim n -> infinity a(n)/(n*n!^2) = sum {n = 0..inf} A001405 (n)/n!.

Lim n -> infinity a(n)/(n*n!^2) = 1 + sum {n = 0..inf} 1/(prod{k = 0..n} (A008619(k)).

MAPLE

a(n) := n -> n!^2*sum((n-k+1)*(k+1)/k!^2, k = 0..n): seq(a(n), n = 0..16);

CROSSREFS

Cf. A001339, A007808, A070910, A082425, A096789, A130820, A141828.

Sequence in context: A138860 A145087 A005046 this_sequence A143077 A005841 A005828

Adjacent sequences: A141824 A141825 A141826 this_sequence A141828 A141829 A141830

KEYWORD

easy,nonn

AUTHOR

Peter Bala (pbala(AT)toucansurf.com), Jul 09 2008, Oct 06 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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research