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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072284 n begins a new chain of squarefree integers. I.e. n is squarefree but n-1 is not. 6
1, 5, 10, 13, 17, 19, 21, 26, 29, 33, 37, 41, 46, 51, 53, 55, 57, 61, 65, 69, 73, 77, 82, 85, 89, 91, 93, 97, 101, 105, 109, 113, 118, 122, 127, 129, 133, 137, 141, 145, 149, 151, 154, 157, 161, 163, 165, 170, 173, 177, 181, 185, 190, 193, 197, 199, 201, 205, 209 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

A136742 mod a(n) = 0; A136742(n)=PRODUCT(a(n)+k:0<=k < A120992(n)); A136743(n)=SUM(A001221(a(n)+k):0<=k < A120992(n)). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jan 20 2008

LINKS

R. Zumkeller, Table of n, a(n) for n = 1..1000

Eric Weisstein's World of Mathematics, Squarefree

EXAMPLE

1 begins a new chain 1, 2, 3 of squarefree integers. 4 is not squarefree. Then 5 begins a new chain 5, 6, 7 of squarefree integers. Hence 1 and 5 are terms of the sequence.

PROG

(PARI) n=1:for(k=1, 100, while(!issquarefree(n), n=n+1):print1(n", "):while(issquarefree(n), n=n+1))

CROSSREFS

Cf. A005117.

Sequence in context: A092604 A050127 A185450 * A024507 A004431 A025302

Adjacent sequences:  A072281 A072282 A072283 * A072285 A072286 A072287

KEYWORD

easy,nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jul 10 2002

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 19 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 15 03:22 EST 2012. Contains 205694 sequences.