The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A103437 Sum_{i>=1} (i^n*Lucas(i)/2^i). 2
4, 22, 210, 2974, 56130, 1324222, 37489410, 1238235454, 46740118530, 1984855550782, 93653819396610, 4860878501987134, 275227990564092930, 16882335978752910142, 1115211301788480951810, 78930528072274523870014 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
From Robert Israel, Jan 24 2017: (Start)
a(n) = polylog(-n, (sqrt(5)+1)/4) + polylog(-n, (-sqrt(5)+1)/4).
E.g.f.: 2*exp(x)*(exp(x)+1)/(4-2*exp(x)-exp(2*x)). (End)
a(n) ~ n! / (log(sqrt(5)-1))^(n+1). - Vaclav Kotesovec, Jan 24 2017
MAPLE
V:=2*exp(x)*(exp(x)+1)/(4-2*exp(x)-exp(2*x)):
S:= series(V, x, 51):
seq(coeff(S, x, j)*j!, j=0..50); # Robert Israel, Jan 24 2017
CROSSREFS
Cf. A000032.
Sequence in context: A183274 A303330 A280828 * A215201 A063380 A113385
KEYWORD
nonn
AUTHOR
Ralf Stephan, Feb 08 2005
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 May 20 14:08 EDT 2024. Contains 372717 sequences. (Running on oeis4.)