Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A075384
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A075384 Initial term of n-th group in A075383. +0
11
1, 2, 3, 8, 5, 18, 7, 32, 27, 50, 11, 84, 13, 98, 75, 128, 17, 162, 19, 200, 147, 242, 23, 312, 125, 338, 243, 392, 29, 510, 31, 512, 363, 578, 245, 684, 37, 722, 507, 920, 41, 882, 43, 968, 765, 1058, 47, 1392, 343, 1250, 867, 1352, 53, 1458, 605, 1624, 1083, 1682, 59, 2220, 61, 1922, 1449, 2368, 845 (list; graph; listen)
OFFSET

1,2

MAPLE

A075383 := proc(nmax) local a, n, ct, k; a := [1, 2, 4] ; for n from 3 do ct := 0 ; for k from 1 do if (k*n) in a then ; else a := [op(a), k*n] ; ct := ct+1 ; if ct >= n then break ; fi ; fi; od: if nops(a) > nmax then RETURN(a) ; fi; od: end: A075384 := proc(n, a075383) local i, k ; i := 1 ; for k from 1 to n-1 do i := i+k ; if i > nops(a075383) then RETURN(-1) ; fi; od: RETURN(op(i, a075383)) ; end: a075383 := A075383(4000) : for n from 1 to 70 do a084 := A075384(n, a075383) ; if a084 < 0 then break; else printf("%d, ", a084) ; fi; od:

CROSSREFS

Cf. A075383, A075385, A075386, A075387, A075388.

Sequence in context: A050369 A070935 A095164 this_sequence A072500 A062956 A053650

Adjacent sequences: A075381 A075382 A075383 this_sequence A075385 A075386 A075387

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Sep 22 2002

EXTENSIONS

More terms from Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 09 2004

Removed claim on relation to A096776. Corrected from a(20) on by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 31 2008

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