login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A131506
2n+1 appears 2n-1 times.
0
3, 5, 5, 5, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 11, 11, 11, 11, 11, 11, 11, 11, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19
OFFSET
1,1
MATHEMATICA
Table[Table[2n+1, 2n-1], {n, 15}]//Flatten (* Harvey P. Dale, Oct 30 2018 *)
CROSSREFS
Sequence in context: A335138 A343691 A196604 * A113722 A141791 A196158
KEYWORD
nonn
AUTHOR
Paul Curtz, Aug 13 2007
STATUS
approved