OFFSET
1,1
LINKS
Sean A. Irvine, Table of n, a(n) for n = 1..108 (1..40 from Alonso del Arte, 41..65 from D. S. McNeil, 66..108 from Sean A. Irvine)
MAPLE
read("transforms");
# insert A080670 here
A195266 := proc(n)
option remember;
if n = 1 then
105;
else
A080670(procname(n-1)) ;
end if;
end proc: # R. J. Mathar, Oct 02 2011
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 14 2011, based on a posting to the Sequence Fans Mailing List by Alonso del Arte
STATUS
approved