|
Search: id:A059917
|
|
| |
|
| 2, 5, 41, 3281, 21523361, 926510094425921, 1716841910146256242328924544641, 5895092288869291585760436430706259332839105796137920554548481
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
Average of first 2^(n+1) powers of 3 divided by average of first 2^n powers of 3.
Numerator of b(n) where b(n) = 1/2*(b(n-1) + 1/b(n-1)), b(0)=2. - Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 15 2002
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,11
|
|
FORMULA
|
a(n) = a(n-1)*(3^(2^(n-1))+1)-3^(2^(n-1)) = A059723(n+1)/A059723(n) = A059918(n)+1 = a(n-1)*A059919(n-1)-A011764(n-1)
|
|
EXAMPLE
|
a(2) = Average(1,3,9,27,81,243,729,2187)/Average(1,3,9,27) = 410/10 = 41
|
|
PROGRAM
|
(PARI) { for (n=0, 11, write("b059917.txt", n, " ", (3^(2^n) + 1)/2); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 30 2009]
|
|
CROSSREFS
|
Cf. A059918.
Sequence in context: A126469 A054859 A076725 this_sequence A093625 A042447 A075872
Adjacent sequences: A059914 A059915 A059916 this_sequence A059918 A059919 A059920
|
|
KEYWORD
|
nonn,frac
|
|
AUTHOR
|
Henry Bottomley (se16(AT)btinternet.com), Feb 08 2001
|
|
|
Search completed in 0.002 seconds
|