login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Floor[A078263(n)^(1/2)].
EXAMPLE
a(3) =123*321 = 39483.
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)