|
Search: id:A031435
|
|
|
| A031435 |
|
Reversal point for powers of consecutive natural numbers. |
|
+0 2
|
|
| 1, 2, 4, 7, 9, 12, 15, 18, 21, 25, 28, 32, 35, 39, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 83, 87, 91, 95, 100, 104, 109, 113, 118, 122, 127, 131, 136, 141, 145, 150, 155, 159, 164, 169, 174, 179, 183, 188, 193, 198, 203, 208, 213, 218, 223, 228, 233, 238, 243, 248
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
a(n+1) is smallest k such that floor((1+1/n)^k) == 0 mod(n). A065560(n) is not a stricly increasing sequence, but a(n) is a stricly increasing sequence. - Benoit Cloitre (benoit7848c(AT)orange.fr), May 23 2002
|
|
FORMULA
|
If bases are N, N+1, the reversal point is floor( LOG(1+N)/LOG(1+1/N) ).
For n>1, ceiling((n+1/2)*log(n)) is an approximation to a(n) which is valid for all n <= 1000 except n=77 and n=214. - Benoit Cloitre (benoit7848c(AT)orange.fr), May 23 2002; corrected by Franklin T. Adams-Watters, Dec 16 2005
|
|
EXAMPLE
|
2 from: 3^2 >2^3 but 3^1<2^2; 4 from: 4^4>3^5 but 4^3<3^4; 7 from; 5^7>4^8 but 5^6<4^7; 9 from: 6^9>5^10 but 6^8<5^9; 12 from: 7^12>6^13 but 7^11<6^12; etc.
|
|
PROGRAM
|
(PARI) for(n=1, 100, print1(ceil((n+1/2)*log(n)), ", ")) (Valid for 1<n<77)
|
|
CROSSREFS
|
Cf. A065560.
Sequence in context: A087733 A065027 A026356 this_sequence A065560 A134886 A024193
Adjacent sequences: A031432 A031433 A031434 this_sequence A031436 A031437 A031438
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Donald Mintz (djmintz(AT)home.com)
|
|
EXTENSIONS
|
More terms from Benoit Cloitre (benoit7848c(AT)orange.fr), May 23 2002
|
|
|
Search completed in 0.002 seconds
|