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.

Showing 1-1 of 1 results.

A046252 Cubes which are palindromes in base 15.

Original entry on oeis.org

0, 1, 8, 64, 512, 4096, 11543176, 13997521, 738763264, 5910106112, 38477541376, 47280848896, 2462562648064, 19700501184512, 129754026714376, 131491746445051, 157604009476096, 8304257709720064, 66434061677760512
Offset: 1

Views

Author

Patrick De Geest, May 15 1998

Keywords

Crossrefs

Intersection of A029960 and A000578.
Cf. A046251.

Programs

  • Mathematica
    p15Q[n_]:=Module[{d=IntegerDigits[n,15]},d==Reverse[d]]; Select[Range[ 0,410000]^3,p15Q] (* Harvey P. Dale, Mar 28 2020 *)

Formula

a(n) = A046251(n)^3. - Andrew Howroyd, Aug 10 2024

Extensions

Offset corrected by Andrew Howroyd, Aug 10 2024
Showing 1-1 of 1 results.