login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)