login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177712 2*A057716(n). 2
6, 10, 12, 14, 18, 20, 22, 24, 26, 28, 30, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 130, 132, 134, 136, 138, 140 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

Numbers which can be expressed as a sum of a set of positive consecutive even numbers: sum_{i=m..m+k} A005843(i), m>=1, k>=1.

Differs from A054741, which contains 105 for example.

LINKS

Table of n, a(n) for n=1..63.

EXAMPLE

6=2+4. 10=4+6. 12=2+4+6. 14=6+8. 18=4+6+8. 20=2+4+6+8. 22=10+12. 24=6+8+10,

MATHEMATICA

z=200; lst={}; Do[c=a; Do[c+=b; If[c<=2*z, AppendTo[lst, c]], {b, a-2, 1, -2}], {a, 2, z, 2}]; Union@lst

CROSSREFS

Cf. A000217, A054741

Sequence in context: A069209 A060702 A054741 * A176552 A176587 A174164

Adjacent sequences:  A177709 A177710 A177711 * A177713 A177714 A177715

KEYWORD

nonn,easy

AUTHOR

Vladimir Joseph Stephan Orlovsky, May 11 2010

EXTENSIONS

Definition moved into a comment by R. J. Mathar, Aug 15 2010

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified June 20 05:41 EDT 2013. Contains 226419 sequences.