login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101105 Row sums of triangle A101224, which is related to the Flavius sieve (A000960). 1
1, 5, 18, 44, 90, 167, 257, 397, 596, 782, 1079, 1404, 1793, 2226, 2813, 3337, 4110, 4848, 5632, 6671, 7773, 8861, 10160, 11792, 13046, 14846, 16653, 18494, 20678, 22985, 25064, 27828, 30431, 33181, 36384, 39617, 42795, 46650, 50873, 54438 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(PARI) {a(n)=local(A); sum(k=1, n, if(k==1, A=n^2-n+1, A=(n-k+1)*floor((A-1)/(n-k+1))))}

CROSSREFS

Cf. A101224.

Sequence in context: A000338 A056640 A160969 * A037140 A007237 A000339

Adjacent sequences:  A101102 A101103 A101104 * A101106 A101107 A101108

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 01 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.