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-2 of 2 results.

A038676 Fourth powers ending in a (different) positive fourth power.

Original entry on oeis.org

81, 2401, 6561, 14641, 28561, 38416, 50625, 83521, 130321, 194481, 234256, 279841, 390625, 531441, 707281, 810000, 923521, 1185921, 1500625, 1679616, 1874161, 2313441, 2825761, 3418801, 4100625, 4879681, 5308416, 5764801, 6765201, 7311616
Offset: 1

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    ds[n_] := DeleteCases[NestWhileList[FromDigits[Rest[IntegerDigits[#]]] &, n, # > 9 &], 0]; Select[Range[2, 52]^4, Or @@ IntegerQ /@ (Rest[ds[#]]^(1/4)) &] (* Jayanta Basu, Jul 10 2013 *)
    fpQ[n_]:=Module[{idn=IntegerDigits[n]},AnyTrue[Select[Table[Surd[ FromDigits[ Take[ idn,-i]],4],{i,Length[idn]-1}],#>0&],IntegerQ]]; Select[ Range[60]^4,fpQ] (* The program uses the AnyTrue function from Mathematica version 10 *) (* Harvey P. Dale, Aug 06 2016 *)

Extensions

Name clarified by Sean A. Irvine, Jan 26 2021

A145517 Cubes ending in a (different) cube.

Original entry on oeis.org

0, 1000, 1331, 1728, 8000, 9261, 10648, 27000, 29791, 32768, 64000, 68921, 74088, 91125, 125000, 132651, 140608, 157464, 216000, 226981, 238328, 343000, 357911, 373248, 512000, 531441, 551368, 614125, 729000, 753571, 778688, 1000000
Offset: 1

Views

Author

Zak Seidov, Oct 12 2008

Keywords

Crossrefs

Cf. A038678 squares ending in a (different) square, A145464 cubes ending in a square.
Cf. A038677 (for positive cubes).
Showing 1-2 of 2 results.