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!)
A319603 a(n) = n^3 + reversal of digits of n^3. 2

%I #19 Jun 26 2021 10:30:06

%S 0,2,16,99,110,646,828,686,727,1656,1001,2662,9999,10109,7216,9108,

%T 11000,8107,8217,16445,8008,10890,95249,88288,56655,68276,85147,58374,

%U 47864,122731,27072,49583,119491,109890,79697,100699,112320,86258,82717,150714,64046,81907,162135,150104

%N a(n) = n^3 + reversal of digits of n^3.

%H Seiichi Manyama, <a href="/A319603/b319603.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = A000578(n) + A004165(n).

%o (PARI) {a(n) = n^3+fromdigits(Vecrev(digits(n^3)))}

%Y n^b + reversal of digits of n^b: A056964 (b=1), A061226 (b=2), this sequence (b=3).

%Y Cf. A000578, A004165, A072384 (subsequence of primes).

%K nonn,base,look

%O 0,2

%A _Seiichi Manyama_, Sep 24 2018

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 10 07:40 EDT 2024. Contains 372358 sequences. (Running on oeis4.)