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!)
A027211 a(n) = Sum_{k=0..n} (k+1) * A026725(n, k). 1
1, 3, 8, 22, 53, 136, 312, 768, 1712, 4101, 8971, 21082, 45507, 105435, 225347, 516424, 1095353, 2488480, 5246176, 11834584, 24826412, 55677436, 116321132, 259585768, 540454158, 1201026646, 2493149402, 5520322840, 11430160964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A027211 := proc(n)
add( (k+1)*A026725(n, k), k=0..n) ;
end proc: # R. J. Mathar, Oct 21 2019
CROSSREFS
Sequence in context: A266187 A328002 A202192 * A027235 A086596 A036882
KEYWORD
nonn
AUTHOR
EXTENSIONS
Name corrected by R. J. Mathar, Oct 21 2019
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)