Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129644
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129644 The concatenated list of the positive divisors of the terms of sequence A129643. Also, a(n) = A129643(n+1)/A129643(n) -1. +0
2
1, 1, 2, 1, 2, 4, 1, 2, 3, 4, 6, 12, 1, 2, 3, 4, 6, 8, 12, 24, 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 18, 20, 24, 30, 36, 40, 45, 60, 72, 90, 120, 180, 360, 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, 16, 18, 20, 24, 30, 36, 40, 45, 48, 60, 72, 80, 90, 120 (list; graph; listen)
OFFSET

1,3

LINKS

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

MAPLE

A129644 := proc(nmax) local a, b, n, a_1; a := [1] ; b := [1] ; while nops(b) < nmax do n := nops(a)+1 ; a_1 := op(-1, a) ; a := [op(a), a_1*(op(n-1, b)+1)] ; a_1 := op(-1, a) ; b := [op(b), op(numtheory[divisors](a_1))] ; od: RETURN(b) ; end: A129644(80) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 16 2007

CROSSREFS

Cf. A129643.

Sequence in context: A105245 A105246 A132082 this_sequence A081517 A104778 A081532

Adjacent sequences: A129641 A129642 A129643 this_sequence A129645 A129646 A129647

KEYWORD

nonn

AUTHOR

Leroy Quet Apr 25 2007

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 16 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 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research