login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

(1/n) times initial term of n-th group in A075383.
3

%I #7 Nov 30 2015 16:03:29

%S 1,1,1,2,1,3,1,4,3,5,1,7,1,7,5,8,1,9,1,10,7,11,1,13,5,13,9,14,1,17,1,

%T 16,11,17,7,19,1,19,13,23,1,21,1,22,17,23,1,29,7,25,17,26,1,27,11,29,

%U 19,29,1,37,1,31,23,37,13,33,1,37,23,37,1,41,1,37,25,41,11,41,1,47,27,41,1,53

%N (1/n) times initial term of n-th group in A075383.

%C A075384(n)/n

%H Reinhard Zumkeller, <a href="/A075388/b075388.txt">Table of n, a(n) for n = 1..1000</a>

%o (Haskell)

%o a075388 n = a075384 n `div` n -- _Reinhard Zumkeller_, Nov 29 2015

%Y Cf. A075383, A075384, A075385, A075386.

%K nonn

%O 1,4

%A _Amarnath Murthy_, Sep 22 2002

%E More terms from _David Wasserman_, Jan 17 2005