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!)
A239460 Concatenation of n^2 and n^3. 6
11, 48, 927, 1664, 25125, 36216, 49343, 64512, 81729, 1001000, 1211331, 1441728, 1692197, 1962744, 2253375, 2564096, 2894913, 3245832, 3616859, 4008000, 4419261, 48410648, 52912167, 57613824, 62515625, 67617576, 72919683, 78421952, 84124389, 90027000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is divisible by n^2.
LINKS
EXAMPLE
a(9) = 81729 because 81 = 9^2 and 729 = 9^3.
MATHEMATICA
Table[ToExpression[ToString[n^2]<>ToString[n^3]], {n, 1, 30}] (* Vaclav Kotesovec, Mar 24 2014 *)
Table[FromDigits[Join[Flatten[IntegerDigits[{n^2, n^3}]]]], {n, 30}] (* Harvey P. Dale, Oct 27 2019 *)
PROG
(PARI) vector(100, n, eval(Str(n^2, n^3)))
CROSSREFS
Sequence in context: A364579 A008780 A211058 * A226676 A101992 A356792
KEYWORD
nonn,base
AUTHOR
Colin Barker, Mar 19 2014
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 19 02:28 EDT 2024. Contains 371782 sequences. (Running on oeis4.)