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.

A067509 Powers of 5 with digit sum divisible by 5.

Original entry on oeis.org

5, 390625, 9765625, 37252902984619140625, 9094947017729282379150390625, 227373675443232059478759765625, 3552713678800500929355621337890625, 2220446049250313080847263336181640625
Offset: 1

Views

Author

Amarnath Murthy, Feb 11 2002

Keywords

Crossrefs

Programs

  • Maple
    filter:= proc(n) convert(convert(n,base,10),`+`) mod 5 = 0 end proc:
    select(filter, [seq(5^n,n=1..100)]); # Robert Israel, Apr 21 2020

Extensions

More terms from Sascha Kurz, Mar 18 2002
Offset changed by Robert Israel, Apr 21 2020