A067512 Duplicate of A067505.
1, 8, 512, 68719476736, 76957043352332967211482500195592995713046365762627825523336510555167425334955489475418488779072100860950445293568
Offset: 1
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.
lista(n)={my(L=List(),k=0);while(#LAndrew Howroyd, Sep 17 2024
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
select(n -> convert(convert(n,base,10),`+`)::even, [seq(6^i, i=1..100)]); # Robert Israel, Apr 20 2020
lista(n)={my(L=List(),k=0);while(#LAndrew Howroyd, Sep 17 2024
Comments