login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077225 Starting with a(0)=1, smallest squarefree number k such that, for all a(m), m<n, k+a(m) is not squarefree. 3
1, 3, 15, 17, 233, 291, 577, 723, 1455, 3615, 8117, 8835, 9505, 30833, 128773, 130827, 239595, 273435, 426891, 654135, 676297, 926117, 145553, 1662533, 2389517, 2762427, 2820927, 7994449, 8098527, 14319073, 16766835, 20506733, 27606617 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

EXAMPLE

17 belongs to this sequence as 17+1, 17+3, 17+15 all are divisible by some square.

PROG

(PARI) v=vector(60):v[1]=1:print1("1, "):for(n=2, 60, for(k=1, 10^15, if(issquarefree(k), s=0:for(l=1, n-1, if(issquarefree(k+v[l]), break):s=s+1)): if(s==n-1, print1(k", "):v[n]=k:break)))

CROSSREFS

Cf. A077224.

Sequence in context: A032921 A163785 A080793 * A039559 A045753 A022381

Adjacent sequences:  A077222 A077223 A077224 * A077226 A077227 A077228

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Nov 03 2002

EXTENSIONS

Edited by Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 25 2003

More terms from Sam Alexander (amnalexander(AT)yahoo.com), Dec 12 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:46 EST 2012. Contains 206011 sequences.