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!)
A259225 Smallest oblong number greater than or equal to n. 1
0, 2, 2, 6, 6, 6, 6, 12, 12, 12, 12, 12, 12, 20, 20, 20, 20, 20, 20, 20, 20, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 42, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 56, 72, 72, 72, 72, 72, 72, 72, 72, 72, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Casey Douglas, The Next Square or Pronic, June 2012. [Wayback Machine copy]
FORMULA
Sum_{n>=1} 1/a(n)^2 = 4 - Pi^2/3. - Amiram Eldar, Aug 16 2022
MATHEMATICA
f[n_] := n*(n + 1); g[n_] := (Sqrt[4*n + 1] - 1)/2; a[n_] := f[Ceiling[g[n]]]; Array[a, 100, 0] (* Amiram Eldar, Aug 16 2022 *)
PROG
(PARI) a(n) = my(k = 0); while(k*(k+1)<n, k++); k*(k+1);
CROSSREFS
Cf. A002378 (oblong numbers), A048761 (similar, with square instead).
Sequence in context: A319865 A350657 A140219 * A300951 A077081 A084700
KEYWORD
nonn
AUTHOR
Michel Marcus, Jun 21 2015
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 23 08:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)