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!)
A077001 a(1) = 1, a(n+1) is the largest squarefree number <= n*a(n). 1
2, 2, 3, 7, 26, 130, 779, 5453, 43622, 392597, 3925970, 43185670, 518228039, 6736964507, 94317503097, 1414762546454, 22636200743263, 384815412635471, 6926677427438474, 131606871121331006, 2632137422426620118 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
with(numtheory):a[1] := 2:for n from 2 to 34 do q := a[n-1]*(n-1):while(not issqrfree(q)) do q := q-1:od:a[n] := q:od:seq(a[l], l=1..34);
CROSSREFS
Sequence in context: A293246 A185387 A038507 * A180996 A307503 A087522
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 26 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 26 2003
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)