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!)
A071577 Smallest k such that 2ik+1 is squarefree for 1<=i<=n. 0
1, 1, 1, 5, 5, 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 63, 63, 63, 63, 63, 63, 63, 63, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 135, 735, 735, 735, 945, 945, 945, 1155, 1155, 1155, 1155, 1155, 1155, 1155 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) for(n=1, 56, s=1; while(sum(i=1, n, issquarefree(2*i*s+1))<n, s++); print1(s, ", "))
CROSSREFS
Sequence in context: A240233 A033299 A293982 * A003870 A304681 A076407
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, May 31 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 March 19 01:34 EDT 2024. Contains 370952 sequences. (Running on oeis4.)