login
A078264
Integer part of the geometric mean of the forward and reverse concatenations of 1 to n.
1
1, 15, 198, 2309, 25895, 284217, 3074048, 32896079, 349188532, 11646890238, 1171148874112, 122278263238675, 12727490844526758, 1320830780128673820, 136722265049041488664, 14120912163801368446154, 1455577353063960520275521, 149780147487160167412789089
OFFSET
1,2
FORMULA
a(n) = floor(A078263(n)^(1/2)).
EXAMPLE
a(3) = floor(sqrt(123*321)) = floor(sqrt(39483)) = 198.
PROG
(PARI) f="1"; b="1"; for(i=2, 40, print1(sqrtint(eval(f)*eval(b)), ", "); f=concat(f, Str(i)); b=concat(Str(i), b)) \\ Lambert Herrgesell (zero815(AT)googlemail.com), Mar 13 2006
CROSSREFS
Cf. A078263.
Sequence in context: A152587 A060337 A180789 * A322914 A014896 A048444
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 24 2002
EXTENSIONS
More terms from Lambert Herrgesell (zero815(AT)googlemail.com), Mar 13 2006
STATUS
approved