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!)
A109976 Diagonal sums of number triangle A109974. 2
1, 2, 3, 6, 7, 16, 19, 46, 66, 159, 274, 667, 1320, 3263, 7156, 18084, 42794, 111018, 278752, 743889, 1959482, 5383395, 14761634, 41740307, 118517301, 344580865, 1009349749, 3013665637, 9081346743, 27808754039, 86015003997, 269796018547 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} sigma_k(n-2k+1). - Corrected by Robert Israel, May 25 2018
G.f.: Sum_{n>=1} x^(n-1)/((1-x^n)*(1-n*x^2)). - Robert Israel, May 27 2018
MAPLE
f:= n -> add(numtheory:-sigma[k](n-2*k+1), k=0..n/2):
map(f, [$0..50]); # Robert Israel, May 25 2018
MATHEMATICA
Array[Sum[DivisorSigma[k, (# - 2 k + 1)], {k, 0, Floor[#/2]}] &, 32, 0] (* Michael De Vlieger, May 27 2018 *)
CROSSREFS
Sequence in context: A034901 A343149 A275390 * A011768 A052487 A067951
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 06 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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)