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!)
A078815 a(n) = A078215(n+1)/A078215(n). 2
1, 25, 121, 16, 121, 1089, 121, 1089, 1089, 1156, 1089, 1089, 1089, 1089, 1024, 1089, 10404, 1089, 1024, 1089, 1024, 10404, 10404, 10404, 10404, 10404, 10404, 10404, 1024, 10404, 10404, 1024, 10404, 1024, 1024, 10404, 1024, 1024, 1024, 1024, 1024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {print1(a=1, ", "); for(n=2, 41, k=floor(log(a)/log(10))+1; s=n; t=s+1; m=floor(log(s)/log(10))+1; d=k-m; s=s*10^d; t=t*10^d; b=1; while(b>0, q=floor(s/a); while(b>0&&(p=q*a)<t, if(p>=s&&issquare(p), print1(q, ", "); b=0, q++)); s=10*s; t=10*t); a=p)}
CROSSREFS
Sequence in context: A360511 A124953 A126412 * A270368 A206472 A036057
KEYWORD
base,nonn
AUTHOR
Klaus Brockhaus, Dec 06 2002
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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)