Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121368
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121368 a(1) = a(2) = 1, a(n) = A007947(a(n-1)) + a(n-2), for n >= 3, i.e. a(n)=a(n-2) plus the largest squarefree divisor of a(n-1). +0
3
1, 1, 2, 3, 5, 8, 7, 15, 22, 37, 59, 96, 65, 161, 226, 387, 355, 742, 1097, 1839, 2936, 2573, 5509, 8082, 8203, 16285, 24488, 22407, 46895, 69302, 116197, 185499, 178030, 363529, 541559, 905088, 555701, 1460789, 591330, 2052119, 2643449, 4695568 (list; graph; listen)
OFFSET

1,3

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

6 is the largest squarefree divisor of a(12) = 96. So a(13) = 6 + a(11) = 65.

MAPLE

with(numtheory): A007947 := proc(n) local i, t1, t2; t1 := ifactors(n)[2]; t2 := mul(t1[i][1], i=1..nops(t1)); end: a:=proc(n) if n=1 or n=2 then 1 else A007947(a(n-1))+a(n-2) fi end: seq(a(n), n=1..25); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 24 2006

CROSSREFS

Cf. A007947, A121367, A121369.

Sequence in context: A125727 A112337 A141804 this_sequence A010073 A126167 A026260

Adjacent sequences: A121365 A121366 A121367 this_sequence A121369 A121370 A121371

KEYWORD

nonn

AUTHOR

Leroy Quet Jul 23 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 24 2006

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 18 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 14:49 EST 2009. Contains 167514 sequences.


AT&T Labs Research