login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A103480
Row sums of A103462.
1
1, 2, 4, 7, 13, 28, 72, 217, 741, 2790, 11388, 49875, 232781, 1151928, 6018800, 33087221, 190780229, 1150653938, 7241710948, 47454745823, 323154696205, 2282779990516, 16700904488728, 126356632390321, 987303454928997
OFFSET
0,2
FORMULA
a(n)=sum{k=0..n, (n-k)^k}+n=sum{k=0..n, k^(n-k)}+n; a(n+1)=A026898(n)+n+1.
CROSSREFS
Sequence in context: A317718 A357931 A103104 * A024826 A291481 A102114
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 07 2005
STATUS
approved