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!)
A061087 a(n) = A061086(n) / n. 7
11, 14, 109, 116, 1025, 1036, 1049, 1064, 1081, 10100, 10121, 10144, 10169, 10196, 10225, 10256, 10289, 10324, 10361, 10400, 10441, 100484, 100529, 100576, 100625, 100676, 100729, 100784, 100841, 100900, 100961, 101024, 101089, 101156, 101225, 101296, 101369 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
Amarnath Murthy, A note on the Smarandache nn^m generalized sequence (to be published).
Felice Russo, A set of Smarandache Functions,sequences and conjectures in number theory, page 65.
LINKS
FORMULA
a(n) = {n concatenated with n^3}/n.
EXAMPLE
a(9) = 1081 = 9729/9, where 929 = 9^3.
PROG
(PARI) a(n)={fromdigits(concat(digits(n), digits(n^3)))/n} \\ Andrew Howroyd, Nov 09 2019
CROSSREFS
Cf. A061086.
Sequence in context: A371073 A344842 A101840 * A063964 A349224 A262721
KEYWORD
nonn,base,easy
AUTHOR
Amarnath Murthy, Apr 19 2001
EXTENSIONS
Terms a(12) and beyond from Andrew Howroyd, Nov 09 2019
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 May 1 23:54 EDT 2024. Contains 372178 sequences. (Running on oeis4.)