login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A205032 a(n) = (s(k)-s(j))/n, where (s(k),s(j)) is the least pair of oblong numbers (A002378) for which n divides their difference; a(n) = (1/n)*A205031(n). 3
4, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For a guide to related sequences, see A204892.
Even n such that a(n) = 2 are: 2, 12, 20, 56, 72, 132, 156, 240, 272, 380, 552, 812, 992, 1056, 1332, 1640, 1892, 2256, 2756, 3540, 3660, 4032, 4160, 4556, 5112, 5256, 6320, 6972, 7656, 7832, ... - Antti Karttunen, Nov 06 2018
LINKS
MATHEMATICA
(See the program at A205018.)
PROG
(PARI) A205032(n) = for(k=2, oo, my(sk=k*(k+1)); for(j=1, k-1, if(!((sk-((j+1)*j))%n), return((sk-((j+1)*j))/n)))); \\ Antti Karttunen, Nov 06 2018
(PARI) A205032(n) = for(k=sqrtint(n)-1, oo, my(sk=k*(k+1), d); for(j=1, k-1, d=(sk-((j+1)*j)); if(0==(d%n), return(d/n), if(d<n, break)))); \\ Antti Karttunen, Nov 06 2018
CROSSREFS
Cf. also A204897, A204999, A205007.
Sequence in context: A016511 A250623 A123402 * A368203 A264752 A325527
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 22 2012
EXTENSIONS
Definition edited and more terms from Antti Karttunen, Nov 06 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)