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!)
A123860 a(n) = ceiling( (7 + sqrt(49+24*n))/2 ). 1
4, 6, 7, 8, 9, 9, 10, 10, 11, 11, 12, 12, 12, 13, 13, 13, 14, 14, 14, 15, 15, 15, 15, 16, 16, 16, 16, 17, 17, 17, 17, 18, 18, 18, 18, 18, 19, 19, 19, 19, 19, 20, 20, 20, 20, 20, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 23, 23, 23, 23, 23, 23, 24, 24, 24, 24, 24, 24, 24, 25, 25, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
-2,1
REFERENCES
J. L. Gross and J. Yellen, eds., Handbook of Graph Theory, CRC Press, 2004; p. 742.
LINKS
MAPLE
f:=n->ceil( (7+sqrt(49+24*n))/2 );
MATHEMATICA
Table[Ceiling[(7+Sqrt[49+24n])/2], {n, -2, 80}] (* Harvey P. Dale, Oct 10 2013 *)
PROG
(PARI) vector(80, n, ceil((7 + sqrt(25+24*(n-2)))/2)) \\ G. C. Greubel, Aug 08 2019
(Magma) [Ceiling((7 + Sqrt(49+24*n))/2): n in [-2..80]]; // G. C. Greubel, Aug 08 2019
(Sage) [ceil((7 + sqrt(49+24*n))/2) for n in (-2..80)] # G. C. Greubel, Aug 08 2019
CROSSREFS
Cf. A000703.
Sequence in context: A261491 A005670 A234948 * A122817 A074764 A101087
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 19 2006
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)