login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080833 E.g.f.: exp( x/(1 - x - x^2) ). 2
1, 1, 3, 19, 145, 1401, 16051, 213403, 3223809, 54514225, 1019601091, 20890209891, 465156779473, 11181638663209, 288536019179955, 7953590111627371, 233211718410856321, 7246720953253750113, 237849724555558441219, 8221578401608012672435, 298505383888840158941841 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
From Peter Bala, Mar 25 2022: (Start)
The sequence terms are odd. 3 divides a(3*n-1), 9 divides a(9*n-1) and 27 divides a(27*n-1); 5 divides a(5*n+4), 25 divides a(25*n+9) and 125 divides a(125*n+34); 7 divides a(7*n+6), 49 divides a(49*n+34) and 343 divides a(343*n + 83); 15 divides a(15*n+14) and 17 divides a(17*n+13).
More generally, the congruence a(n+k) == a(n) (mod k) holds for all n and k. It follows that the sequence obtained by taking a(n) modulo a fixed positive integer k is periodic with exact period dividing k. For example, taken modulo 7 the sequence becomes [1, 1, 3, 5, 5, 1, 0, 1, 1, 3, 3, 5, 5, 1, 0, ...], a purely periodic sequence with period 7. (End)
LINKS
FORMULA
E.g.f.: exp( x/(1 - x - x^2) ).
a(n) = n!*sum{i=0..n, sum{j=0..n, C(i+j-1, j)*C(j, n-i-j)/i!}}. - Paul Barry, Aug 29 2005
E.g.f.: 1 + x*(E(0)-1)/(x+1) where E(k) = 1 + 1/(k+1)/(1-x-x^2)/(1-x/(x+1/E(k+1) )); (recursively defined continued fraction). - Sergei N. Gladkovskii, Jan 27 2013
Recurrence: a(n) = (2*n-1)*a(n-1) + (n-2)*(n-1)*a(n-2) - (n-2)*(n-1)*(2*n-7)*a(n-3) - (n-4)*(n-3)*(n-2)*(n-1)*a(n-4). - Vaclav Kotesovec, Jun 27 2013
a(n) ~ ((1+sqrt(5))/2)^n*exp(2*sqrt(n)/5^(1/4)-n-1/10)*n^(n-1/4)/(sqrt(2)*5^(1/8)). - Vaclav Kotesovec, Jun 27 2013
a(0) = 1; a(n) = Sum_{k=1..n} binomial(n-1,k-1) * k! * Fibonacci(k) * a(n-k). - Ilya Gutkovskiy, Jun 07 2021
MATHEMATICA
CoefficientList[Series[E^(x/(1-x-x^2)), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Jun 27 2013 *)
PROG
(PARI) my(x='x+O('x^30)); Vec(serlaplace(exp(x/(1-x-x^2)))) \\ Michel Marcus, Jun 07 2021
CROSSREFS
Cf. A005443.
Sequence in context: A333094 A095002 A293527 * A073516 A005258 A131551
KEYWORD
easy,nonn
AUTHOR
Emanuele Munarini, Mar 28 2003
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 20 00:00 EDT 2024. Contains 371798 sequences. (Running on oeis4.)