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!)
A239464 A239461(n) / n^2. 6
11, 21, 31, 401, 501, 601, 701, 801, 901, 10001, 11001, 12001, 13001, 14001, 15001, 16001, 17001, 18001, 19001, 20001, 21001, 22001, 23001, 24001, 25001, 26001, 27001, 28001, 29001, 30001, 31001, 320001, 330001, 340001, 350001, 360001, 370001, 380001, 390001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(9) = 901 because A239461(9)/9^2 = 72981/81 = 901.
MATHEMATICA
Table[ToExpression[ToString[n^3] <> ToString[n^2]]/n^2, {n, 1, 30}] (* Vaclav Kotesovec, Mar 24 2014 *)
PROG
(PARI) vector(100, n, eval(Str(n^3, n^2))/n^2)
CROSSREFS
Sequence in context: A081927 A181178 A178205 * A180105 A288186 A264646
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)