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.

A235398 Sum of digits of the cubes of prime numbers.

This page as a plain text file.
%I A235398 #14 Jul 19 2024 09:21:42
%S A235398 8,9,8,10,8,19,17,28,17,26,28,19,26,28,17,35,26,28,19,26,28,28,35,35,
%T A235398 28,8,28,17,28,35,28,26,26,37,35,28,46,28,35,35,35,37,44,37,35,46,37,
%U A235398 37,35,37,35,35,37,26,44,35,35,28,28,26,37,35,37,17,37,26
%N A235398 Sum of digits of the cubes of prime numbers.
%F A235398 a(n) = A007953(A030078(n)). - _R. J. Mathar_, Jul 19 2024
%p A235398 read("transforms") :
%p A235398 A235398 := proc(n)
%p A235398     digsum(ithprime(n)^3) ;
%p A235398 end proc:
%p A235398 seq(A235398(n),n=1..40) ; # _R. J. Mathar_, Jul 19 2024
%o A235398 (PARI) a(n) = sumdigits(prime(n)^3); \\ _Michel Marcus_, Jan 09 2014
%Y A235398 Cf. A004164, A007953, A123157.
%K A235398 nonn,base
%O A235398 1,1
%A A235398 _Antonio GraciĆ” Llorente_, Jan 09 2014