document.write( "Question 1055640: Hello. \r
\n" );
document.write( "\n" );
document.write( "I have a sequence : 4 8 28 108 608 3108
\n" );
document.write( "I can't solve it.
\n" );
document.write( "How to do it? \n" );
document.write( "
Algebra.Com's Answer #670828 by addingup(3677)![]() ![]() You can put this solution on YOUR website! The beginning of your sequence follows the pattern of alternate 3^n+1 and 3^n-1. But then you go 108, 608, 3108 and that pattern, if there is one, I have not yet figured out. \n" ); document.write( ": \n" ); document.write( "3^1+1 = 4 \n" ); document.write( "3^2-1 = 8 \n" ); document.write( "3^3+1 = 28 \n" ); document.write( "If you follow this pattern, the next three numbers would be: \n" ); document.write( "3^4-1 = 80 \n" ); document.write( "3^5+1 = 244 \n" ); document.write( "3^6-1 = 728 \n" ); document.write( " |