The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A077691 a(n) = A076803(n)/n. 1
1, 5, 70, 1358, 8642, 90535, 301574268, 12345679, 97393690, 987654321, 83470146831028373729, 260092516563786, 55088570240085399905, 511536723657935856261, 2754140734658436214 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {len10(m) = ceil(log(m+1)/log(10))} {reverse(n) = m=0; while(n, m=m*10+(n%10); n\=10); return(m)} {a(n) = local(m); for(s=0, 10^6, m=0; for(i=0, n-1, m=m*10^len10(s+i)+s+i); m=reverse(m); if(s==0, m*=10); if(m%n==0, return(m )); if(n%10==0, return(0)))} (Alekseyev)
CROSSREFS
Sequence in context: A142588 A246154 A151471 * A277301 A014231 A203528
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 16 2002
EXTENSIONS
More terms from Max Alekseyev, Feb 15 2005
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 May 14 22:35 EDT 2024. Contains 372533 sequences. (Running on oeis4.)