Search: id:A060644 Results 1-1 of 1 results found. %I A060644 %S A060644 1,4,6,9,12,14,17,20,23,25,28,31,33,36,39,42,44,47,50,53,55,58,61,63, %T A060644 66,69,72,74,77,80,82,85,88,91,93,96,99,101,104,107,110,112,115,118, %U A060644 120,123,126,129,131,134,137,139,142,145,148,150,153,156,159,161,164 %N A060644 floor[(n+1)^(n+1)/n^n]. %H A060644 Harry J. Smith, Table of n, a(n) for n=0,...,1000 %F A060644 a(n) = A000312(n+1)/A000312(n) = floor[e*(n+1/2)] at least for terms shown. %e A060644 a(7) = [8^8/7^7] = [16777216/823543] = [20.37...] = 20. %o A060644 (PARI) { for (n=0, 1000, write("b060644.txt", n, " ", floor((n + 1)^(n + 1)/n^n)); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 09 2009] %Y A060644 Sequence in context: A003622 A007073 A047408 this_sequence A122550 A076083 A094202 %Y A060644 Adjacent sequences: A060641 A060642 A060643 this_sequence A060645 A060646 A060647 %K A060644 nonn %O A060644 0,2 %A A060644 Henry Bottomley (se16(AT)btinternet.com), Apr 17 2001 Search completed in 0.001 seconds