|
Search: id:A087811
|
|
|
| A087811 |
|
Numbers n such that ceil(sqrt(n)) divides n. |
|
+0 4
|
|
| 1, 2, 4, 6, 9, 12, 16, 20, 25, 30, 36, 42, 49, 56, 64, 72, 81, 90, 100, 110, 121, 132, 144, 156, 169, 182, 196, 210, 225, 240, 256, 272, 289, 306, 324, 342, 361, 380, 400, 420, 441, 462, 484, 506, 529, 552, 576, 600, 625, 650, 676, 702, 729, 756, 784, 812, 841
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Essentially the same as the quarter-squares A002620.
Nonsquare elements of this sequence are given by A002378. - Max Alekseyev (maxal(AT)cs.ucsd.edu), Nov 27 2006
|
|
FORMULA
|
a(n) = (n + n mod 2)*(n + 2 - n mod 2)/4.
Numbers of the form k^2 or k^2 - k. - Don Reble, Oct 17, 2003
a(1) = 1, a(2) = 2, a(n) = n + a(n - 2) - Alonso Delarte (alonso.delarte(AT)gmail.com), Jun 18 2005
|
|
MATHEMATICA
|
a[1] := 1; a[2] := 2; a[n_] := n + a[n - 2]; Table[a[n], {n, 57}] (Delarte)
|
|
CROSSREFS
|
Cf. A006446, A003059, A002620.
Cf. A002378, A006446.
Sequence in context: A083392 A076921 A002620 this_sequence A025699 A024617 A025698
Adjacent sequences: A087808 A087809 A087810 this_sequence A087812 A087813 A087814
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), Oct 16 2003
|
|
|
Search completed in 0.002 seconds
|