cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A061087 a(n) = A061086(n) / n.

This page as a plain text file.
%I A061087 #9 Nov 09 2019 16:26:40
%S A061087 11,14,109,116,1025,1036,1049,1064,1081,10100,10121,10144,10169,10196,
%T A061087 10225,10256,10289,10324,10361,10400,10441,100484,100529,100576,
%U A061087 100625,100676,100729,100784,100841,100900,100961,101024,101089,101156,101225,101296,101369
%N A061087 a(n) = A061086(n) / n.
%D A061087 Amarnath Murthy, A note on the Smarandache nn^m generalized sequence (to be published).
%D A061087 Felice Russo, A set of Smarandache Functions,sequences and conjectures in number theory, page 65.
%H A061087 Andrew Howroyd, <a href="/A061087/b061087.txt">Table of n, a(n) for n = 1..1000</a>
%F A061087 a(n) = {n concatenated with n^3}/n.
%e A061087 a(9) = 1081 = 9729/9, where 929 = 9^3.
%o A061087 (PARI) a(n)={fromdigits(concat(digits(n), digits(n^3)))/n} \\ _Andrew Howroyd_, Nov 09 2019
%Y A061087 Cf. A061086.
%K A061087 nonn,base,easy
%O A061087 1,1
%A A061087 _Amarnath Murthy_, Apr 19 2001
%E A061087 Terms a(12) and beyond from _Andrew Howroyd_, Nov 09 2019