%I A145103
%S A145103 1,1,1,2,6,12,10,5,4,7,16,23,16,9,8,13,25,31,22,13,12,19,34,40,28,17,16,
%T A145103 25,43,49,34,21,20,31,52,58,40,25,24,37,61,66,45,29,28,43,70,75,51,33,
%U A145103 32,49,79,84,57,37,36,55,88,93,63,41,40,61,97,102,69,45,44,67,106,111
%N A145103 a(0) = a(1) = 1. a(n+1) = ceiling(n*a(n)/a(n-1)), for n>=1.
%H A145103 Leroy Quet, <a href="http://www.prism-of-spirals.net/">Home Page</a>
(listed in lieu of email address)
%o A145103 (PARI) {print1(a=1, ",", b=1, ","); for(n=2, 71, print1(c=ceil((n-1)*b/
a), ","); a=b; b=c)} [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de),
Oct 02 2008]
%Y A145103 A145102
%Y A145103 Sequence in context: A105692 A107647 A145102 this_sequence A009230 A069491
A127698
%Y A145103 Adjacent sequences: A145100 A145101 A145102 this_sequence A145104 A145105
A145106
%K A145103 nonn
%O A145103 0,4
%A A145103 Leroy Quet Oct 01 2008
%E A145103 More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and
R. J. Mathar (mathar(AT)strw.leidenuniv.nl) Oct 02 2008
|