login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A077294
a(n) = A077293(n)/n.
13
12, 17, 189, 2, 182, 18535523586, 2454560, 265279053157841, 32559, 32333435363738394, 3765849495877, 4, 3808088656573505058353543202028, 469, 45124647144849165, 47986174880114274, 5, 48266
OFFSET
1,1
LINKS
PROG
(PARI) lista(nn) = {my(k=0, m); for(n=1, nn, m=k++; while(m%n>0 || m==n, m=eval(Str(m, k++))); print1(m/n, ", ")); } \\ Jinyuan Wang, May 16 2020
CROSSREFS
Cf. A077293.
Sequence in context: A166674 A243609 A082241 * A206421 A365219 A232391
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Nov 03 2002
EXTENSIONS
More terms from R. J. Mathar, May 30 2008
STATUS
approved